diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:13:13 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:28:58 -0500 |
commit | a59bd3b91ab4d97e5d31dc17ec29b328d14c124a (patch) | |
tree | d11ea359fc32f94bf112e1920858257f166f5361 /src | |
parent | 811343be77d63a72eb1fbfadb5f6c2c7c7e1754d (diff) | |
download | ganv-main.tar.gz ganv-main.tar.bz2 ganv-main.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Canvas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp index b7b7bfc..66e1bf3 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -463,7 +463,7 @@ struct GanvCanvasImpl { int redraw_x2; int redraw_y2; - /* Offsets of the temprary drawing pixmap */ + /* Offsets of the temporary drawing pixmap */ int draw_xofs; int draw_yofs; @@ -3201,7 +3201,7 @@ ganv_canvas_emit_event(GanvCanvas* canvas, GdkEvent* event) } } - /* Convert to world coordinates -- we have two cases because of diferent + /* Convert to world coordinates -- we have two cases because of different * offsets of the fields in the event structures. */ |