Updated Branches: refs/heads/master d5720e633 -> 09d70b2ec
Fix minor typos in comments/javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/09d70b2e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/09d70b2e Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/09d70b2e Branch: refs/heads/master Commit: 09d70b2ec858e4d39f4ade205b751d3cea4b6389 Parents: 1f44cb3 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Oct 29 16:32:13 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Oct 29 16:35:16 2012 +0200 ---------------------------------------------------------------------- .../resource/locator/ResourceStreamLocator.java | 2 +- .../org/apache/wicket/pageStore/DiskDataStore.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/09d70b2e/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/ResourceStreamLocator.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/ResourceStreamLocator.java b/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/ResourceStreamLocator.java index e81a679..ecc96c6 100644 --- a/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/ResourceStreamLocator.java +++ b/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/ResourceStreamLocator.java @@ -146,7 +146,7 @@ public class ResourceStreamLocator implements IResourceStreamLocator public IResourceStream locate(final Class<?> clazz, String path, final String style, final String variation, Locale locale, final String extension, final boolean strict) { - // If path contains a locale, than it'll replace the locale provided to this method + // If path contains a locale, then it'll replace the locale provided to this method PathLocale data = ResourceUtils.getLocaleFromFilename(path); if ((data != null) && (data.locale != null)) { http://git-wip-us.apache.org/repos/asf/wicket/blob/09d70b2e/wicket-core/src/main/java/org/apache/wicket/pageStore/DiskDataStore.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/pageStore/DiskDataStore.java b/wicket-core/src/main/java/org/apache/wicket/pageStore/DiskDataStore.java index f3412d8..0feb1a3 100644 --- a/wicket-core/src/main/java/org/apache/wicket/pageStore/DiskDataStore.java +++ b/wicket-core/src/main/java/org/apache/wicket/pageStore/DiskDataStore.java @@ -545,7 +545,7 @@ public class DiskDataStore implements IDataStore /** * creates a three-level path from the sessionId in the format 0000/0000/<sessionId>. The two - * prefixing directories are created from the sesionId's hascode and thus, should be well + * prefixing directories are created from the sessionId's hashcode and thus, should be well * distributed. * * This is used to avoid problems with Filesystems allowing no more than 32k entries in a
