We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c332ca6 commit 00af9dfCopy full SHA for 00af9df
git.go
@@ -370,7 +370,7 @@ func EscapePathSeparator(path string) (string) {
370
switch runtime.GOOS {
371
case `windows`:
372
//On Windows, triple all path separators.
373
- //Needed to escape backslash(s) preceding doublequotes,
+ //Needed to escape backslash(s) preceding doublequotes,
374
//because of how Windows strings treats backslash+doublequote combo,
375
//and Go seems to be implicitly passing around a doublequoted string on Windows,
376
//so we cannnot use default string instead.
0 commit comments