Skip to content

Commit

Permalink
MINOR: Fix small spelling error (#5760)
Browse files Browse the repository at this point in the history
Reviewers: John Roesler <[email protected]>, Matthias J. Sax <[email protected]>
  • Loading branch information
bbejeck authored and mjsax committed Oct 8, 2018
1 parent 3630512 commit 4e01dc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class StatefulProcessorNode<K, V> extends ProcessorGraphNode<K, V> {


/**
* Create a node representing a stateful procssor, where the named store has already been registered.
* Create a node representing a stateful processor, where the named store has already been registered.
*/
public StatefulProcessorNode(final String nodeName,
final ProcessorParameters<K, V> processorParameters,
Expand All @@ -48,7 +48,7 @@ public StatefulProcessorNode(final String nodeName,


/**
* Create a node representing a stateful procssor,
* Create a node representing a stateful processor,
* where the store needs to be built and registered as part of building this node.
*/
public StatefulProcessorNode(final String nodeName,
Expand Down

0 comments on commit 4e01dc3

Please sign in to comment.