]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typos and spacing in messages.
authorYuri Chornoivan <yurchor@ukr.net>
Sun, 1 Apr 2012 09:23:56 +0000 (12:23 +0300)
committerEric Blake <eblake@redhat.com>
Mon, 2 Apr 2012 14:45:56 +0000 (08:45 -0600)
src/util/util.c
src/util/virnetdev.c
tools/virsh.c

index 81d9e3aa5d695bcb5fcb090ffa50f89bbaed632b..6e041d692cdf7f0248c9ec0515c49116f1eea527 100644 (file)
@@ -1030,7 +1030,7 @@ virFileOpenAs(const char *path, int openflags, mode_t mode,
                 break;
             case -1:
                 /* failure detecting fstype */
-                virReportSystemError(errno, _("couldn't determine fs type of"
+                virReportSystemError(errno, _("couldn't determine fs type "
                                               "of mount containing '%s'"), path);
                 goto error;
             case 0:
index 6eec5cf2a08347d0a963dabcfbe97b3eaf3b6fa9..ec7435a2e75e838e80aeb72c5f298502d6284fd1 100644 (file)
@@ -1174,7 +1174,7 @@ virNetDevGetVirtualFunctions(const char *pfname ATTRIBUTE_UNUSED,
                              unsigned int *n_vfname ATTRIBUTE_UNUSED)
 {
     virReportSystemError(ENOSYS, "%s",
-                         _("Unable to get virtual functions on this platfornm"));
+                         _("Unable to get virtual functions on this platform"));
     return -1;
 }
 
index 810fdd70e38fc71464d87ed6fdbe9248ce7756b1..1ed2ddaae61235ed5d9d9dcf45d9f341fedc22fe 100644 (file)
@@ -965,7 +965,7 @@ cmdList(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
 
     if (optTable + optName + optUUID > 1) {
         vshError(ctl, "%s",
-                 _("Only one argument from --table, --name and --uuid"
+                 _("Only one argument from --table, --name and --uuid "
                    "may be specified."));
         return false;
     }