From: Ján Tomko Date: Tue, 4 Jun 2013 11:01:03 +0000 (+0200) Subject: tests: fix typo in securityselinuxtest X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a83b77dd73af2e209970383a1d7166cd3033e0a1;p=libvirt.git tests: fix typo in securityselinuxtest --- diff --git a/tests/securityselinuxtest.c b/tests/securityselinuxtest.c index f276e6d746..bdf248b7ce 100644 --- a/tests/securityselinuxtest.c +++ b/tests/securityselinuxtest.c @@ -231,7 +231,7 @@ testSELinuxGenLabel(const void *opaque) if (virSecurityManagerGenLabel(data->mgr, def) < 0) { virErrorPtr err = virGetLastError(); - fprintf(stderr, "Cannot generated label %s\n", err->message); + fprintf(stderr, "Cannot generate label: %s\n", err->message); goto cleanup; }