From a59bd3b91ab4d97e5d31dc17ec29b328d14c124a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Feb 2025 04:13:13 -0500 Subject: Fix typos --- include/ganv/canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.1