diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-04-12 14:24:47 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2016-04-14 10:35:17 +0200 |
commit | 96fb17a853f6a89f083c01ac0ab41855446d58c5 (patch) | |
tree | 76ab8fcc88e846c0353bb3bc19d048f3874f9b1f | |
parent | cc376b689c6b4051c94f7fd798a107887d1eaf59 (diff) | |
download | nautilus-96fb17a853f6a89f083c01ac0ab41855446d58c5.tar.gz |
window: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=712620
-rw-r--r-- | src/nautilus-window.c | 2 |
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); |