Merge pull request #4715 from dongjoon-hyun/fix_typos_in_comments
Fix typos in comments.
This commit is contained in:
commit
549cccfce4
5 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@ const bindings = process.atomBinding('menu');
|
|||
// Automatically generated radio menu item's group id.
|
||||
var nextGroupId = 0;
|
||||
|
||||
// Search between seperators to find a radio menu item and return its group id,
|
||||
// Search between separators to find a radio menu item and return its group id,
|
||||
// otherwise generate a group id.
|
||||
var generateGroupId = function(items, pos) {
|
||||
var i, item, j, k, ref1, ref2, ref3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue