You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2015/02/19 17:31:59 UTC

[2/2] karaf git commit: Fix typo

Fix typo

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ebf79383
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ebf79383
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ebf79383

Branch: refs/heads/master
Commit: ebf79383f33db15692ee2f0f674a2cae9ee21edf
Parents: df0e851
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Thu Feb 19 16:32:49 2015 +0100
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Thu Feb 19 16:32:49 2015 +0100

----------------------------------------------------------------------
 .../org/apache/karaf/features/internal/util/ChecksumUtils.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ebf79383/features/core/src/main/java/org/apache/karaf/features/internal/util/ChecksumUtils.java
----------------------------------------------------------------------
diff --git a/features/core/src/main/java/org/apache/karaf/features/internal/util/ChecksumUtils.java b/features/core/src/main/java/org/apache/karaf/features/internal/util/ChecksumUtils.java
index ea8eab1..931d5dd 100644
--- a/features/core/src/main/java/org/apache/karaf/features/internal/util/ChecksumUtils.java
+++ b/features/core/src/main/java/org/apache/karaf/features/internal/util/ChecksumUtils.java
@@ -27,7 +27,7 @@ public final class ChecksumUtils {
     }
 
     /**
-     * Compute a cheksum for the file or directory that consists of the name, length and the last modified date
+     * Compute a checksum for the file or directory that consists of the name, length and the last modified date
      * for a file and its children in case of a directory
      *
      * @param is the input stream