summaryrefslogtreecommitdiff
path: root/thunar-volman
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-09-20 20:13:31 +0200
committerNick Schermer <nick@xfce.org>2013-09-20 20:13:31 +0200
commit1321aa637c18e9f93e8114af81feac53d398bd2f (patch)
tree5cfcf088c5e090739f6fe0e64263ba5bd713f23e /thunar-volman
parentd511330a6fa1973739aa76a77d2b10ff3e0fa9ad (diff)
downloadthunar-volman-1321aa637c18e9f93e8114af81feac53d398bd2f.tar.gz
Fix typo.
Diffstat (limited to 'thunar-volman')
-rw-r--r--thunar-volman/main.c2
1 files changed, 1 insertions, 1 deletions
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, },