# # # patch "uri.cc" # from [b2942e5068f8ef16dfc4dd8168c08c0a338dc457] # to [72edc51b298f51cac2c9b431ac72e5987f6d53f9] # ============================================================ --- uri.cc b2942e5068f8ef16dfc4dd8168c08c0a338dc457 +++ uri.cc 72edc51b298f51cac2c9b431ac72e5987f6d53f9 @@ -60,7 +60,7 @@ parse_uri(string const & in, uri & out) boost::match_results auth_matches; N(boost::regex_match(authority, auth_matches, boost::regex(auth_rx)), - F("The URI syntax is invalid. Maybe you used a scp-style ssh uri?")); + F("The URI syntax is invalid. Maybe you used an URI in scp-style?")); u.user = auth_matches.str(1); u.port = auth_matches.str(4);