diff options
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. */ |