Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/xkcd_cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ TerminalShell.fallback = function(terminal, cmd) {
'use the source luke': 'I\'m not luke, you\'re luke!',
'serenity': 'You can\'t take the sky from me.',
'enable time travel': 'TARDIS error: Time Lord missing.',
'ed': 'You are not a diety.'
'ed': 'You are not a deity.'
};
oneliners['emacs'] = 'You should really use vim.';
oneliners['vi'] = oneliners['vim'] = 'You should really use emacs.';
Expand Down