Correcting NoClassDefFoundError typo

This commit is contained in:
Aldrin Piri 2015-02-06 15:13:46 -05:00
parent 2197049a6d
commit c36734eb88
1 changed files with 1 additions and 1 deletions

View File

@ -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.