Browse code

api/client/build: typo in error

Signed-off-by: Vincent Batts <vbatts@redhat.com>

Vincent Batts authored on 2015/07/28 00:01:26
Showing 1 changed files
... ...
@@ -392,7 +392,7 @@ func getContextFromReader(r io.Reader, dockerfileName string) (absContextDir, re
392 392
 	}
393 393
 
394 394
 	if err := archive.Untar(buf, absContextDir, nil); err != nil {
395
-		return "", "", fmt.Errorf("unable to extract stdin to temporary context direcotry: %v", err)
395
+		return "", "", fmt.Errorf("unable to extract stdin to temporary context directory: %v", err)
396 396
 	}
397 397
 
398 398
 	return getDockerfileRelPath(absContextDir, dockerfileName)