summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-12 04:13:13 -0500
committerDavid Robillard <d@drobilla.net>2025-02-12 08:28:58 -0500
commita59bd3b91ab4d97e5d31dc17ec29b328d14c124a (patch)
treed11ea359fc32f94bf112e1920858257f166f5361 /include
parent811343be77d63a72eb1fbfadb5f6c2c7c7e1754d (diff)
downloadganv-main.tar.gz
ganv-main.tar.bz2
ganv-main.zip
Fix typosHEADmain
Diffstat (limited to 'include')
-rw-r--r--include/ganv/canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ganv/canvas.h b/include/ganv/canvas.h
index 60f076a..d8c6667 100644
--- a/include/ganv/canvas.h
+++ b/include/ganv/canvas.h
@@ -234,7 +234,7 @@ ganv_canvas_get_center_scroll_region(const GanvCanvas* canvas);
* Makes a canvas scroll to the specified offsets, given in canvas pixel units.
* The canvas will adjust the view so that it is not outside the scrolling
* region. This function is typically not used, as it is better to hook
- * scrollbars to the canvas layout's scrolling adjusments.
+ * scrollbars to the canvas layout's scrolling adjustments.
*/
void
ganv_canvas_scroll_to(GanvCanvas* canvas, int cx, int cy);