Skip to content

Commit

Permalink
spelling: unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 4, 2017
1 parent 262623a commit 960c004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/api_streamhelper/on.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Register a listener on an event.

__Returns__ : The current StreamHelper object, for chaining.

__Throws__ : An exception if the event is unkown.
__Throws__ : An exception if the event is unknown.

## Arguments

Expand Down
2 changes: 1 addition & 1 deletion test/helpers/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
};
JSZipTestUtils.base64encode = function(input) {
if (!(input in base64Dict)){
throw new Error("unkown key '" + input + "' in the base64 dictionary");
throw new Error("unknown key '" + input + "' in the base64 dictionary");
}
return base64Dict[input];
};
Expand Down

0 comments on commit 960c004

Please sign in to comment.