]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove trailing spaces from translatable strings
authorJán Tomko <jtomko@redhat.com>
Mon, 27 Mar 2023 11:31:45 +0000 (13:31 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Apr 2023 06:55:27 +0000 (08:55 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/rpc/virnetsshsession.c
src/test/test_driver.c
tools/virt-admin.c

index 7bf27c161a15f18a2e7dc58f3d330e7072854ee8..f84805825b34ec6e37ff0e6891dcb2972bdcc97f 100644 (file)
@@ -737,7 +737,7 @@ virNetSSHAuthenticateKeyboardInteractive(virNetSSHSession *sess,
     if (!sess->cred || !sess->cred->cb) {
         virReportError(VIR_ERR_SSH, "%s",
                        _("Can't perform keyboard-interactive authentication: "
-                         "Authentication callback not provided "));
+                         "Authentication callback not provided"));
         return -1;
     }
 
index 822639e0f3c572560d525d2dc06192d7db020928..7b06896d441efc7e09438996a1dad0619fb7ef2a 100644 (file)
@@ -3979,7 +3979,7 @@ testDomainSetBlockIoTune(virDomainPtr dom,
     do { \
         if (info.FIELD > info.FIELD_MAX) { \
             virReportError(VIR_ERR_INVALID_ARG, \
-                           _("%1$s cannot be set higher than %2$s "), \
+                           _("%1$s cannot be set higher than %2$s"), \
                              #FIELD, #FIELD_MAX); \
             goto cleanup; \
         } \
index 43c91097a3c870bf58ce99aa0f39ad88f36e037a..db246dc3a6fea6e118753f9df276b528fdb8fe12 100644 (file)
@@ -501,7 +501,7 @@ cmdSrvThreadpoolSet(vshControl *ctl, const vshCmd *cmd)
     if (!nparams) {
         vshError(ctl, "%s",
                  _("At least one of options --min-workers, --max-workers, "
-                   "--priority-workers is mandatory "));
+                   "--priority-workers is mandatory"));
             goto cleanup;
     }