diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java index 5b96fbf472..c9fec435bf 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java @@ -306,7 +306,7 @@ public final boolean waitForServiceToStop(long timeout) { * a new configuration instance, and if so, updates the base class value * @param conf configuration * @throws Exception on a failure -these will be caught, - * possibly wrapped, and wil; trigger a service stop + * possibly wrapped, and will trigger a service stop */ protected void serviceInit(Configuration conf) throws Exception { if (conf != config) {