summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorbubulle@debian.org <>2009-09-26 19:45:15 +0200
committerbubulle@debian.org <>2009-09-26 19:45:15 +0200
commitcdd5a135d9232123dc3650ed1c1cb31d1e24de0b (patch)
tree70377a4a43882802418c4acae0a14954b6bfc9f1 /methods
parentc2205b51fef287dd03f221bf069514c95b2c6c17 (diff)
Fix some typos from #479997
Diffstat (limited to 'methods')
-rw-r--r--methods/connect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/connect.cc b/methods/connect.cc
index 355bd5c4d..b5f48907e 100644
--- a/methods/connect.cc
+++ b/methods/connect.cc
@@ -237,6 +237,6 @@ bool Connect(string Host,int Port,const char *Service,int DefPort,int &Fd,
if (_error->PendingError() == true)
return false;
- return _error->Error(_("Unable to connect to %s %s:"),Host.c_str(),ServStr);
+ return _error->Error(_("Unable to connect to %s:%s:"),Host.c_str(),ServStr);
}
/*}}}*/