| Index: deploytool/cmd/luci_deploy/path.go
|
| diff --git a/deploytool/cmd/luci_deploy/path.go b/deploytool/cmd/luci_deploy/path.go
|
| index 5f697f5cc5ac185a8577915fd6c18216f5013bbf..d7324977031394e6fdaedc78b3dd6ebcf9819a63 100644
|
| --- a/deploytool/cmd/luci_deploy/path.go
|
| +++ b/deploytool/cmd/luci_deploy/path.go
|
| @@ -22,7 +22,7 @@ func splitSourceRelativePath(path string) []string {
|
| return strings.Split(path, "/")
|
| }
|
|
|
| -// deployToNative converts the depoy tool path, path, to a native path.
|
| +// deployToNative converts the deploy tool path, path, to a native path.
|
| //
|
| // base is a native base path to prepend to the generated path. If empty, the
|
| // returned path will be relative.
|
|
|