(cherry picked from commit 99675e00df65e84dcc02082b795f1f93c90b794e) (cherry picked from commit 6843e552087d77bade52599a10c59ff55e1e3ed7)
@@ -307,7 +307,7 @@ public class ValueQueue <E> {
ekvs.add(val);
}
} catch (Exception e) {
- throw new IOException("Exeption while contacting value generator ", e);
+ throw new IOException("Exception while contacting value generator ", e);
return ekvs;