mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-14 08:34:35 +02:00
Spelling and grammar!
This commit is contained in:
parent
dd03d3dcf1
commit
e080b5dcfa
2 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ function prepareTerminal(term) {
|
||||||
|
|
||||||
function displayBanner(term) {
|
function displayBanner(term) {
|
||||||
term.pipeWrite(
|
term.pipeWrite(
|
||||||
'|06Conected to |02EN|10i|02GMA|10½ |06BBS version |12|VN\n' +
|
'|06Connected to |02EN|10i|02GMA|10½ |06BBS version |12|VN\n' +
|
||||||
'|06Copyright (c) 2014-2015 Bryan Ashby |14- |12http://l33t.codes/\n' +
|
'|06Copyright (c) 2014-2015 Bryan Ashby |14- |12http://l33t.codes/\n' +
|
||||||
'|06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/\n' +
|
'|06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/\n' +
|
||||||
'|00');
|
'|00');
|
||||||
|
@ -118,7 +118,7 @@ function connectEntry(client, nextMenu) {
|
||||||
prepareTerminal(term);
|
prepareTerminal(term);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Always show a ENiGMA½ banner
|
// Always show an ENiGMA½ banner
|
||||||
//
|
//
|
||||||
displayBanner(term);
|
displayBanner(term);
|
||||||
|
|
||||||
|
|
|
@ -533,7 +533,7 @@ ViewController.prototype.loadFromPromptConfig = function(options, cb) {
|
||||||
//
|
//
|
||||||
// Locate matching action block
|
// Locate matching action block
|
||||||
//
|
//
|
||||||
// :TODO: this is bacially the same as for menus -- DRY it up!
|
// :TODO: this is basically the same as for menus -- DRY it up!
|
||||||
for(var c = 0; c < menuSubmit.length; ++c) {
|
for(var c = 0; c < menuSubmit.length; ++c) {
|
||||||
var actionBlock = menuSubmit[c];
|
var actionBlock = menuSubmit[c];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue