]> git.saurik.com Git - apt.git/blobdiff - methods/connect.cc
Fix some typos from #479997
[apt.git] / methods / connect.cc
index 355bd5c4d2253f3d88f8346a614ba3622958b032..b5f48907ec97460a251bb4a035c8e7001e9e74a5 100644 (file)
@@ -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);
 }
                                                                        /*}}}*/