Fix typo.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryDatabase.java
index 902410e..ff13faa 100644 (file)
@@ -38,7 +38,7 @@ import net.pterodactylus.util.validation.Validation;
  */
 public class MemoryDatabase implements Database {
 
-       /** The local SSones. */
+       /** The local Sones. */
        private final Map<String, Sone> localSones = new HashMap<String, Sone>();
 
        /** The remote Sones. */