Skip to content

Commit

Permalink
Merge pull request #4 from PatoTheBest/patch-1
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
benjholla authored Aug 1, 2017
2 parents be32074 + 0e04879 commit 4b9a4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyberduck/cyberduck.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function setTermLink(v) {

function initHandler() {
this.write( [
' You are now in a online chat room with: ',
' You are now in an online chat room with: ',
' _____ _ _ _ ',
' / __ \\ | | | | | | ',
' | / \\/_ _| |__ ___ _ __ __| |_ _ ___| | __ ',
Expand Down Expand Up @@ -76,4 +76,4 @@ function termHandler() {
function termExit() {
TermGlobals.keylock=true;
setTermLink(true);
}
}

0 comments on commit 4b9a4d4

Please sign in to comment.