aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-09 08:33:44 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-09 08:33:44 +0000
commitffb722c76a449356c59c62cd4611c5e8f42047f8 (patch)
tree7e4f1e4c3eb688d0542d2b718ea2481333ffe203 /plpftp
parent7378f5ddf46ef0317343ad310d703c4f4ff8d703 (diff)
downloadplptools-ffb722c76a449356c59c62cd4611c5e8f42047f8.tar.gz
plptools-ffb722c76a449356c59c62cd4611c5e8f42047f8.tar.bz2
plptools-ffb722c76a449356c59c62cd4611c5e8f42047f8.zip
Spelling error: "Couln't" -> "Couldn't".
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/ftp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index 4c6da16..2ce30af 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -257,7 +257,7 @@ session(rfsv & a, rpcs & r, int xargc, char **xargv)
}
}
if (!strcmp(defDrive, "::")) {
- cerr << _("FATAL: Couln't find default Drive") << endl;
+ cerr << _("FATAL: Couldn't find default Drive") << endl;
return -1;
}
} else