Skip to content

Commit

Permalink
Fix typo in meteor shell output
Browse files Browse the repository at this point in the history
Fixes #3326.
  • Loading branch information
glasser committed Dec 19, 2014
1 parent 19733f1 commit beaf067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/server/shell.js
Expand Up @@ -338,7 +338,7 @@ function shellBanner() {
// Tab completion sadly does not work in Emacs.
bannerLines.push(
"",
"Tab compeletion is enabled for global variables."
"Tab completion is enabled for global variables."
);
}

Expand Down

0 comments on commit beaf067

Please sign in to comment.