diff options
-rw-r--r-- | bpkg/fetch-git.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index ea6dee0..90cde24 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -639,7 +639,7 @@ namespace bpkg ? capabilities::smart : capabilities::dumb); - // If the transport is smart let's see it the server also supports + // If the transport is smart let's see if the server also supports // unadvertised refs fetch. // if (r == capabilities::smart && !is.eof ()) @@ -1580,7 +1580,7 @@ namespace bpkg dr << "from " << url (); if (verb >= 2) - dr << " in '" << dir.posix_string () << "'"; // Is used by tests. + dr << " in '" << dir.string () << "'"; // Used by tests. } // Print information messages prior to the deep fetching. |