@@ -2769,7 +2769,7 @@ emit_event (EelCanvas *canvas, GdkEvent *event)
2769
2769
return FALSE;
2770
2770
}
2771
2771
2772
- /* Convert to world coordinates -- we have two cases because of diferent
2772
+ /* Convert to world coordinates -- we have two cases because of different
2773
2773
* offsets of the fields in the event structures.
2774
2774
*/
2775
2775
@@ -3537,7 +3537,7 @@ eel_canvas_set_pixels_per_unit (EelCanvas *canvas, double n)
3537
3537
*
3538
3538
* TODO: We would like to temporarily set the bin_window background to
3539
3539
* None to avoid clearing the bin_window to the background, but gdk doesn't
3540
- * expose enought to let us do this, so we get a flash-effect here. At least
3540
+ * expose enough to let us do this, so we get a flash-effect here. At least
3541
3541
* it looks better than scroll + expose.
3542
3542
*/
3543
3543
if (window != NULL ) {
@@ -3558,7 +3558,7 @@ eel_canvas_set_pixels_per_unit (EelCanvas *canvas, double n)
3558
3558
* Makes a canvas scroll to the specified offsets, given in canvas pixel units.
3559
3559
* The canvas will adjust the view so that it is not outside the scrolling
3560
3560
* region. This function is typically not used, as it is better to hook
3561
- * scrollbars to the canvas layout's scrolling adjusments .
3561
+ * scrollbars to the canvas layout's scrolling adjustments .
3562
3562
**/
3563
3563
void
3564
3564
eel_canvas_scroll_to (EelCanvas * canvas , int cx , int cy )
@@ -3713,7 +3713,7 @@ eel_canvas_w2c (EelCanvas *canvas, double wx, double wy, int *cx, int *cy)
3713
3713
* eel_canvas_w2c:
3714
3714
* @canvas: A canvas.
3715
3715
* @world: rectangle in world coordinates.
3716
- * @canvas: rectangle in canvase coordinates.
3716
+ * @canvas: rectangle in canvas coordinates.
3717
3717
*
3718
3718
* Converts rectangles in world coordinates into canvas pixel coordinates.
3719
3719
**/
0 commit comments