]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Typo.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 11 Feb 2007 18:09:03 +0000 (18:09 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 11 Feb 2007 18:09:03 +0000 (18:09 +0000)
[originally from svn r7271]

Buildscr

index 568196a8e11b132ff9c8cf362b210535bdf44f50..df2244dff3f57425e981a0df5dd8d8d313ca4762 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -15,7 +15,7 @@ ifneq "$(MAKEARGS)" "" set Makeargs $(makeargs) $(MAKEARGS)
 # Set up the version string for the docs build.
 set Docmakeargs VERSION="PuTTY revision $(revision)"
 ifneq "$(RELEASE)" "" set Docmakeargs VERSION="PuTTY release $(RELEASE)"
-ifneq "$(date)" "" set Docmakeaargs VERSION="PuTTY development snapshot $(date)"
+ifneq "$(date)" "" set Docmakeargs VERSION="PuTTY development snapshot $(date)"
 
 # Set up the version string for the Unix source archive.
 set Unxver r$(revision)