From 46ecc01f9fe818b3f3cab7d19ec266d3cc2d20ff Mon Sep 17 00:00:00 2001 From: Christoph Kutzinski Date: Sat, 13 Jul 2013 13:31:29 +0200 Subject: [PATCH] typo --- test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cbd42e1ee4..8fbe1c4ac1 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 { -- GitLab