summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-12 13:39:59 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-12 13:39:59 +0200
commit97ecaeab31fc3f8d5a03c400a5c5b79ca7356aee (patch)
tree4dd75ea3e47fab60fce565f7a85d8d1ca86e2e4e
parent0c4d53b68872840be8436d16765d94565b92f6c8 (diff)
downloadnautilus-97ecaeab31fc3f8d5a03c400a5c5b79ca7356aee.tar.gz
files-view: fix typo
-rw-r--r--src/nautilus-files-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-files-view.h b/src/nautilus-files-view.h
index b979f6126..38b825e58 100644
--- a/src/nautilus-files-view.h
+++ b/src/nautilus-files-view.h
@@ -264,7 +264,7 @@ struct NautilusFilesViewClass {
void (* check_empty_states) (NautilusFilesView *view);
/* Use this to tell the view whether inside the selection there is some link
- * that cannot be work with. This is used by the desktop for the trash,
+ * that cannot be worked with. This is used by the desktop for the trash,
* home and other special links. */
gboolean (* special_link_in_selection) (NautilusFilesView *view,
GList *selection);