diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fac746687..f7842c020 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,5 +22,7 @@ jobs:
commit_id: master
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
dependencies: linuxmint/xapp, linuxmint/cinnamon-desktop, linuxmint/cinnamon-translations
+ codespell_ignore_words_list: nd
+ codespell_ignore_files_list:
##############################
diff --git a/eel/eel-accessibility.c b/eel/eel-accessibility.c
index ad2c99d19..d1db21224 100644
--- a/eel/eel-accessibility.c
+++ b/eel/eel-accessibility.c
@@ -234,7 +234,7 @@ get_simple_text (gpointer object)
aif = EEL_ACCESSIBLE_TEXT_GET_IFACE (gobject);
if (!aif) {
- g_warning ("No accessible text inferface on '%s'",
+ g_warning ("No accessible text interface on '%s'",
g_type_name_from_instance ((gpointer) gobject));
} else if (aif->get_text) {
diff --git a/eel/eel-canvas.c b/eel/eel-canvas.c
index 241b46f49..82ebf0ea0 100644
--- a/eel/eel-canvas.c
+++ b/eel/eel-canvas.c
@@ -2769,7 +2769,7 @@ emit_event (EelCanvas *canvas, GdkEvent *event)
return FALSE;
}
- /* 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.
*/
@@ -3537,7 +3537,7 @@ eel_canvas_set_pixels_per_unit (EelCanvas *canvas, double n)
*
* TODO: We would like to temporarily set the bin_window background to
* None to avoid clearing the bin_window to the background, but gdk doesn't
- * expose enought to let us do this, so we get a flash-effect here. At least
+ * expose enough to let us do this, so we get a flash-effect here. At least
* it looks better than scroll + expose.
*/
if (window != NULL) {
@@ -3558,7 +3558,7 @@ eel_canvas_set_pixels_per_unit (EelCanvas *canvas, double n)
* 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
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)
* eel_canvas_w2c:
* @canvas: A canvas.
* @world: rectangle in world coordinates.
- * @canvas: rectangle in canvase coordinates.
+ * @canvas: rectangle in canvas coordinates.
*
* Converts rectangles in world coordinates into canvas pixel coordinates.
**/
diff --git a/eel/eel-canvas.h b/eel/eel-canvas.h
index 32b963fe4..229f0f620 100644
--- a/eel/eel-canvas.h
+++ b/eel/eel-canvas.h
@@ -171,7 +171,7 @@ struct _EelCanvasItemClass {
*/
void (* bounds) (EelCanvasItem *item, double *x1, double *y1, double *x2, double *y2);
- /* Signal: an event ocurred for an item of this type. The (x, y)
+ /* Signal: an event occurred for an item of this type. The (x, y)
* coordinates are in the canvas world coordinate system.
*/
gboolean (* event) (EelCanvasItem *item, GdkEvent *event);
diff --git a/gresources/nemo-file-management-properties.glade b/gresources/nemo-file-management-properties.glade
index 1b812dba7..9388dcd51 100644
--- a/gresources/nemo-file-management-properties.glade
+++ b/gresources/nemo-file-management-properties.glade
@@ -1446,7 +1446,7 @@ along with . If not, see .
6