Fix small typo
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a8df35e0 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/a8df35e0 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/a8df35e0 Branch: refs/heads/master Commit: a8df35e000e7911f69ff4e51bb49149db4704866 Parents: e4b52c8 Author: Guillaume Nodet <[email protected]> Authored: Fri Jun 6 12:44:27 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Fri Jun 6 12:48:40 2014 +0200 ---------------------------------------------------------------------- .../java/org/apache/karaf/system/internal/SystemServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/a8df35e0/system/src/main/java/org/apache/karaf/system/internal/SystemServiceImpl.java ---------------------------------------------------------------------- diff --git a/system/src/main/java/org/apache/karaf/system/internal/SystemServiceImpl.java b/system/src/main/java/org/apache/karaf/system/internal/SystemServiceImpl.java index 8fa5a38..55e2a17 100644 --- a/system/src/main/java/org/apache/karaf/system/internal/SystemServiceImpl.java +++ b/system/src/main/java/org/apache/karaf/system/internal/SystemServiceImpl.java @@ -216,7 +216,7 @@ public class SystemServiceImpl implements SystemService { // TODO populate the equinox-debug.properties file with the one provided in shell/dev module properties.save(); } catch (IOException e) { - throw new RuntimeException("Error settting framework debugging: " + e.getMessage(), e); + throw new RuntimeException("Error setting framework debugging: " + e.getMessage(), e); } }
