From a13cbaabe5084cf7414666d1e3b756d2682ed793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 10 May 2005 11:35:09 +0000 Subject: [PATCH] fixed grammar git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12621 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- makehdimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makehdimage b/makehdimage index 71c3f9e11d..56337a335d 100755 --- a/makehdimage +++ b/makehdimage @@ -86,7 +86,7 @@ sourceDir=`pwd` # we accept relative source directories as well if [ $alreadyMounted ]; then - echo "Building binaries and copy them to $targetDir" + echo "Building binaries and copying them to $targetDir" else echo "Building $imageSize MB image at $imagePath..." fi