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-14 10:35:17 +0200
commit1e920dc7b59ec2f4fe3b133c60c46f34f14b0280 (patch)
tree0fe1e76e2b54f8b9950a0e63b1d22f8979d4d551
parentce000c82cbe77d62d0f572ee76bdc35999505290 (diff)
downloadnautilus-1e920dc7b59ec2f4fe3b133c60c46f34f14b0280.tar.gz
files-view: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=712620
-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);