fixed comment

This commit is contained in:
Priya Wadhwa 2018-04-03 10:43:35 -07:00
parent 687e00e3aa
commit e5542e8893
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ func DestinationFilepath(filename, srcName, dest, cwd, buildcontext string) (str
return filepath.Join(cwd, dest), nil
}
// URLDestinationFilepath gives the destintion a file from a remote URL should be saved to
// URLDestinationFilepath gives the destination a file from a remote URL should be saved to
func URLDestinationFilepath(rawurl, dest, cwd string) string {
if !IsDestDir(dest) {
if !filepath.IsAbs(dest) {