summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-02-02 12:00:02 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-02-02 12:03:09 +0100
commite74a5691603154213362a928e47944121d0cd43e (patch)
tree3202530903f8efc93f317351c6201a5085ec60f4
parent20b88a4323c3ed215e8964cb3c7535fb16d7e13b (diff)
downloadnautilus-e74a5691603154213362a928e47944121d0cd43e.tar.gz
nautilus-view: improve comment
-rw-r--r--src/nautilus-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 50139d7cb..887954f8f 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -6342,8 +6342,8 @@ nautilus_view_update_context_menus (NautilusView *view)
NAUTILUS_VIEW_CLASS (G_OBJECT_GET_CLASS (view))->update_context_menus (view);
}
-/* Convenience function to reset the menus owned by the but that are managed on
- * the toolbar and update them with the current state.
+/* Convenience function to reset the menus owned by the view but managed on
+ * the toolbar, and update them with the current state.
* It will also update the actions state, which will also update children
* actions state if the children subclass nautilus_view_update_actions_state
*/