diff --git a/test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java b/test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java index cbd42e1ee4153ac21f263ade43ed859c67dfcdea..8fbe1c4ac18b8c1700c009c4802be5db43d9616a 100644 --- a/test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java +++ b/test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java @@ -877,7 +877,7 @@ public class JenkinsRule implements TestRule, MethodRule, RootAction { } /** - * Create a new slave on the local host and wait for it to come onilne + * Create a new slave on the local host and wait for it to come online * before returning. */ public DumbSlave createOnlineSlave() throws Exception { @@ -885,7 +885,7 @@ public class JenkinsRule implements TestRule, MethodRule, RootAction { } /** - * Create a new slave on the local host and wait for it to come onilne + * Create a new slave on the local host and wait for it to come online * before returning. */ public DumbSlave createOnlineSlave(Label l) throws Exception {