[Libosinfo] [PATCH] Fix "propfile" typo in osinfo-install-script.c

Fabiano Fidêncio fidencio at redhat.com
Thu Sep 12 12:39:03 UTC 2013


---
 tools/osinfo-install-script.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/osinfo-install-script.c b/tools/osinfo-install-script.c
index 866a545..0b25ded 100644
--- a/tools/osinfo-install-script.c
+++ b/tools/osinfo-install-script.c
@@ -287,7 +287,7 @@ gint main(gint argc, gchar **argv)
 
     if (list_profile && list_config) {
         g_printerr("%s",
-                   _("Only one of --list-propfile and --list-config can be requested"));
+                   _("Only one of --list-profile and --list-config can be requested"));
         ret = -2;
         goto EXIT;
     }
-- 
1.8.3.1




More information about the Libosinfo mailing list