diff options
author | Felix Möller <mail@felixmoeller.de> | 2012-07-31 11:15:17 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:15:17 +0200 |
commit | a7e673e5c3b190e00b8b443105ef9a0b6aa3fea7 (patch) | |
tree | dad2f0ea71179b2e0155e1f0502a007051c0cd89 /programs | |
parent | b1fd82b01d24859707d40f19782c5ee02123d6cb (diff) | |
download | gvfs-a7e673e5c3b190e00b8b443105ef9a0b6aa3fea7.tar.gz |
Spelling correction "filesystem" -> "file system"
Unify the spelling. For the discussion see:
https://bugzilla.gnome.org/show_bug.cgi?id=520902
Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
Diffstat (limited to 'programs')
-rw-r--r-- | programs/gvfs-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-info.c b/programs/gvfs-info.c index 19c46edd..e74b0f33 100644 --- a/programs/gvfs-info.c +++ b/programs/gvfs-info.c @@ -35,7 +35,7 @@ static gboolean writable = FALSE; static GOptionEntry entries[] = { { "query-writable", 'w', 0, G_OPTION_ARG_NONE, &writable, N_("List writable attributes"), NULL }, - { "filesystem", 'f', 0, G_OPTION_ARG_NONE, &filesystem, N_("Get filesystem info"), NULL }, + { "filesystem", 'f', 0, G_OPTION_ARG_NONE, &filesystem, N_("Get file system info"), NULL }, { "attributes", 'a', 0, G_OPTION_ARG_STRING, &attributes, N_("The attributes to get"), N_("ATTRIBUTES") }, { "nofollow-symlinks", 'n', 0, G_OPTION_ARG_NONE, &nofollow_symlinks, N_("Don't follow symbolic links"), NULL }, { NULL } |