summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-12-11 15:34:12 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-12-11 23:03:02 +0100
commit9945a43ac0b056af6c8417b11d21ebc28ebbb3bf (patch)
tree3685fda2e9c653ad4bee914e2095a55032dd6459
parent07a77e57635781f6fb8eb6fa77aa6ec6284f9539 (diff)
downloadnautilus-9945a43ac0b056af6c8417b11d21ebc28ebbb3bf.tar.gz
canvas-view: improve comment wording
-rw-r--r--src/nautilus-canvas-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-canvas-view.c b/src/nautilus-canvas-view.c
index 870cb4a4b..1d498e04d 100644
--- a/src/nautilus-canvas-view.c
+++ b/src/nautilus-canvas-view.c
@@ -735,8 +735,8 @@ nautilus_canvas_view_begin_loading (NautilusFilesView *view)
(get_canvas_container (canvas_view),
nautilus_canvas_view_get_directory_auto_layout (canvas_view, file));
- /* We could changed to the trash directory or to searching, and then we
- * need to update the menus */
+ /* We could have changed to the trash directory or to searching, and then
+ * we need to update the menus */
nautilus_files_view_update_context_menus(view);
nautilus_files_view_update_toolbar_menus(view);
}