Skip to content

Commit a3b2422

Browse files
committed
Merge pull request swisnl#147 from hansede/spelling_fix
Fixed a spelling error: sepcified/specified
2 parents 963af85 + 1be31db commit a3b2422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.contextMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ var // currently active contextMenu trigger
250250
(console.error || console.log)("No items specified to show in contextMenu");
251251
}
252252

253-
throw new Error('No Items sepcified');
253+
throw new Error('No Items specified');
254254
}
255255

256256
// backreference for custom command type creation
@@ -1277,7 +1277,7 @@ $.contextMenu = function(operation, options) {
12771277
throw new Error('Cannot bind to selector "' + o.selector + '" as it contains a reserved className');
12781278
}
12791279
if (!o.build && (!o.items || $.isEmptyObject(o.items))) {
1280-
throw new Error('No Items sepcified');
1280+
throw new Error('No Items specified');
12811281
}
12821282
counter ++;
12831283
o.ns = '.contextMenu' + counter;

0 commit comments

Comments
 (0)