summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-12 14:24:47 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-12 16:25:52 +0200
commit6b029c571288ba6f045a76bc599d6716bded9ac0 (patch)
treed022558a611b40db6701a1cd5c2d75f1edfd011a
parent573e79c86f8b7a9a5f4bb711474c3215b4550479 (diff)
downloadnautilus-6b029c571288ba6f045a76bc599d6716bded9ac0.tar.gz
window: fix typo
-rw-r--r--src/nautilus-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index ff5212c47..cce12a738 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -597,7 +597,7 @@ nautilus_window_open_location_full (NautilusWindow *window,
active_slot = nautilus_window_get_active_slot (window);
/* The location owner can be one of the slots requesting to handle an
* unhandled location. But this slot can be destroyed when switching to
- * a new slot. So keep the locaiton alive
+ * a new slot. So keep the location alive.
*/
g_object_ref (location);