Sho SHIMIZU
Committed by Gerrit Code Review

Fix typo

Change-Id: I5cb328a3724a1960439cab2a03b2d9412754eb55
...@@ -304,7 +304,7 @@ public class ConsistentResourceStore implements ResourceStore { ...@@ -304,7 +304,7 @@ public class ConsistentResourceStore implements ResourceStore {
304 } 304 }
305 305
306 /** 306 /**
307 - * Removes teh values from the existing values associated with the specified key. 307 + * Removes the values from the existing values associated with the specified key.
308 * If the map doesn't contain the given values, removal will not happen. 308 * If the map doesn't contain the given values, removal will not happen.
309 * 309 *
310 * @param map map holding multiple values for a key 310 * @param map map holding multiple values for a key
......