From 269ce52ad57262f8f763416a01bef08a5b85a395 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 18 Dec 2008 21:52:46 -0500 Subject: [PATCH] BUG: fix spelling --- Source/cmFileCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 1b0c2ff72f..35718a7d10 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -145,7 +145,7 @@ public: "TO_NATIVE_PATH works just like TO_CMAKE_PATH, but will convert from " " a cmake style path into the native path style \\ for windows and / " "for UNIX.\n" - "DOWNLOAD will download the givin URL to the given file. " + "DOWNLOAD will download the given URL to the given file. " "If LOG var is specified a log of the download will be put in var. " "If STATUS var is specified the status of the operation will" " be put in var. The status is returned in a list of length 2. "