[gnome-keyring] A few assorted nits and typos



commit 73b8afdde52c0c55947853627894555b3dfd7619
Author: Yaron Sheffer <yaronf gmx com>
Date:   Tue Nov 2 16:14:00 2010 +0200

    A few assorted nits and typos
    
    Signed-off-by: Yaron Sheffer <yaronf gmx com>
    Signed-off-by: Stef Walter <stef memberwebs com>

 configure.in      |    2 +-
 daemon/gkd-main.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 75e8fdf..64f1742 100644
--- a/configure.in
+++ b/configure.in
@@ -428,7 +428,7 @@ DAEMON_LIBS="$DAEMON_LIBS"
 
 AC_PATH_PROG(ASN1PARSER, asn1Parser, no)
 if test "$ASN1PARSER" = "no" ; then
-	AC_MSG_ERROR(asn1Parser tool is not installed)
+	AC_MSG_ERROR([asn1Parser tool is not installed, try libtasn1 or a related package])
 fi
 
 # --------------------------------------------------------------------
diff --git a/daemon/gkd-main.c b/daemon/gkd-main.c
index 510219a..f702890 100644
--- a/daemon/gkd-main.c
+++ b/daemon/gkd-main.c
@@ -128,7 +128,7 @@ static GOptionEntry option_entries[] = {
 	  "Run for a user login. Read login password from stdin", NULL },
 	{ "components", 'c', 0, G_OPTION_ARG_STRING, &run_components,
 	  "The optional components to run", DEFAULT_COMPONENTS },
-	{ "control-directory", 'l', 0, G_OPTION_ARG_FILENAME, &control_directory,
+	{ "control-directory", 'C', 0, G_OPTION_ARG_FILENAME, &control_directory,
 	  "The directory for sockets and control data", NULL },
 	{ NULL }
 };
@@ -761,7 +761,7 @@ main (int argc, char *argv[])
 	/*
 	 * The gnome-keyring startup is not as simple as I wish it could be.
 	 *
-	 * It's often started in the primidoral stages of a session, where
+	 * It's often started in the primordial stages of a session, where
 	 * there's no DBus, and no proper X display. This is the strange world
 	 * of PAM.
 	 *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]