Fix typo.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Oct 2011 19:40:28 +0000 (21:40 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 30 May 2012 07:39:52 +0000 (09:39 +0200)
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. */