summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-09-22 11:49:24 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-09-22 12:02:03 +0200
commitecba9ad0c94aea664b96c2d0737eaf0fa77f27fb (patch)
tree4fff83d2da10046cdb33dbb8826c43d56947403a
parentd8b38a3d5cc594186f72057dc2919c37caaad162 (diff)
downloadnautilus-ecba9ad0c94aea664b96c2d0737eaf0fa77f27fb.tar.gz
application: update comment about command line handling
-rw-r--r--src/nautilus-application.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 8e7c78fd9..9cc910c5a 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1435,8 +1435,8 @@ nautilus_application_window_removed (GtkApplication *app,
}
/* Manage the local instance command line options. This is only necessary to
- * resolv correctly relative paths, since if the main instance resolv them in
- * command_line, it will do it with its current cwd, which may not be correct for the
+ * resolve correctly relative paths, since if the main instance resolve them in
+ * open(), it will do it with its current cwd, which may not be correct for the
* non main GApplication instance */
static gint
nautilus_application_handle_local_options (GApplication *app,