]> source.dussan.org Git - vaadin-framework.git/commitdiff
Language typo fixed.
authorJani Laakso <jani.laakso@itmill.com>
Wed, 14 Mar 2007 14:57:00 +0000 (14:57 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Wed, 14 Mar 2007 14:57:00 +0000 (14:57 +0000)
svn changeset:902/svn branch:trunk

src/com/itmill/toolkit/demo/features/FeatureEmbedded.java

index f91cd00083207c21bac1db28402b9cb0ab415a5e..eff7f51953bc7be2b1602a476b521bb4ce4d174f 100644 (file)
@@ -89,7 +89,7 @@ public class FeatureEmbedded extends Feature {
        }
 
        protected String getExampleSrc() {
-               return "// LOad image from jpg-file, that is in the same package with the application\n"
+               return "// Load image from jpg-file, that is in the same package with the application\n"
                                + "Embedded e = new Embedded(\"Image title\",\n"
                                + "   new ClassResource(\"image.jpg\", getApplication()));";
        }