From 97e01beb4658e78da231ab27685f2746b0b69920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 3 Nov 2006 09:37:36 +0000 Subject: [PATCH] * fixed typo in comment git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19184 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp b/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp index 4bdbac87e6..39d4d7b786 100644 --- a/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp +++ b/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp @@ -185,7 +185,7 @@ copy(const char *from, const char *to) } } else { // stat(target) failed, so it doesn't exist yet - if - // the target doesn't end in "/", that's should not + // the target doesn't end in "/", that should not // be a problem, just copy the file under the new name if (toPath[strlen(toPath) - 1] == '/') {