]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ts-hosts-allocate-Executive: Fix typo `nosts' in a log message
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 15 Jul 2016 14:50:29 +0000 (15:50 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 18 Jul 2016 14:22:22 +0000 (15:22 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-hosts-allocate-Executive

index bc622113f32c07ef5ca24121ee15ad4b041a0002..a8103d119f2ecba1a7f514d91e996f294cd99b67 100755 (executable)
@@ -608,7 +608,7 @@ sub hid_recurse ($$) {
 
 sub alloc_hosts () {
     if (!@hids) {
-        logm("host allocation: no nosts requested!");
+        logm("host allocation: no hosts requested!");
         return;
     }