You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/02/06 21:51:22 UTC

[3/4] incubator-nifi git commit: Correcting NoClassDefFoundError typo

Correcting NoClassDefFoundError typo


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

Branch: refs/heads/develop
Commit: c36734eb8833c59329fa6d2c2cdbd5a302b2f27b
Parents: 2197049
Author: Aldrin Piri <al...@gmail.com>
Authored: Fri Feb 6 15:13:46 2015 -0500
Committer: Aldrin Piri <al...@gmail.com>
Committed: Fri Feb 6 15:13:46 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c36734eb/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 537cd88..ac5a16a 100644
--- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -1943,7 +1943,7 @@ the same environment, Java ClassLoaders quickly
 become a concern. If multiple components have a dependency on the same
 library but each depends on a different
 version, many problems arise, typically resulting in unexpected
-behavior or `NoClassDefFoudnError` errors occurring.
+behavior or `NoClassDefFoundError` errors occurring.
 In order to prevent these issues from becoming problematic, NiFi
 introduces the notion of a NiFi Archive, or NAR.