From: Rafael Garcia-Suarez Date: Mon, 5 Jan 2009 07:06:16 +0000 (+0100) Subject: Typo fix in stock PERL_PATCHNUM definition X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20231e4a0b934f359913ecaf2bb6aa0d11a2ac3c;p=p5sagit%2Fp5-mst-13.2.git Typo fix in stock PERL_PATCHNUM definition --- diff --git a/stock_git_version.h b/stock_git_version.h index 7a5e925..7bc3789 100644 --- a/stock_git_version.h +++ b/stock_git_version.h @@ -1,9 +1,9 @@ /*************************************************************************** This is: stock_git_config.h - temporary git_config.h file. -This file is used at the very start of the build process when we dont have +This file is used at the very start of the build process when we don't have a miniperl available to make the real thing. It is copied in place during the build process, and then later on replaced. ****************************************************************************/ -#define PERL_PATCHNUM "UNKOWN" +#define PERL_PATCHNUM "UNKNOWN" #define PERL_GIT_UNCOMMITTED_CHANGES ,"UNKNOWN" #define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/