Fix typo.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Apr 2011 13:48:13 +0000 (15:48 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Apr 2011 13:48:13 +0000 (15:48 +0200)
src/main/java/net/pterodactylus/sone/core/SoneDownloader.java

index ff22dc1..4de9678 100644 (file)
@@ -425,7 +425,7 @@ public class SoneDownloader extends AbstractService {
                                String id = albumXml.getValue("id", null);
                                String parentId = albumXml.getValue("parent", null);
                                String title = albumXml.getValue("title", null);
-                               String description = albumXml.getValue("desecription", null);
+                               String description = albumXml.getValue("description", null);
                                if ((id == null) || (title == null) || (description == null)) {
                                        logger.log(Level.WARNING, "Downloaded Sone %s contains invalid album!", new Object[] { sone });
                                        return null;