[Xfce4-commits] <thunar-volman:master> Fix typo.
Nick Schermer
noreply at xfce.org
Fri Sep 20 20:14:01 CEST 2013
Updating branch refs/heads/master
to 1321aa637c18e9f93e8114af81feac53d398bd2f (commit)
from d511330a6fa1973739aa76a77d2b10ff3e0fa9ad (commit)
commit 1321aa637c18e9f93e8114af81feac53d398bd2f
Author: Nick Schermer <nick at xfce.org>
Date: Fri Sep 20 20:13:31 2013 +0200
Fix typo.
thunar-volman/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar-volman/main.c b/thunar-volman/main.c
index 9ae538e..dd8d3a5 100644
--- a/thunar-volman/main.c
+++ b/thunar-volman/main.c
@@ -56,7 +56,7 @@ static gboolean opt_version = FALSE;
/* command line options */
static GOptionEntry option_entries[] =
{
- { "device-added", 'a', 0, G_OPTION_ARG_STRING, &opt_sysfs_path, N_ ("The syfs path of the newly added device"), NULL, },
+ { "device-added", 'a', 0, G_OPTION_ARG_STRING, &opt_sysfs_path, N_ ("The sysfs path of the newly added device"), NULL, },
{ "configure", 'c', 0, G_OPTION_ARG_NONE, &opt_configure, N_ ("Configure management of removable drives and media"), NULL, },
{ "version", 'V', 0, G_OPTION_ARG_NONE, &opt_version, N_ ("Print version information and exit"), NULL, },
{ NULL, },
More information about the Xfce4-commits
mailing list