src: fix the scary typo boostrap
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 19 Nov 2016 18:31:39 +0000 (13:31 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sat, 19 Nov 2016 18:31:39 +0000 (13:31 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/Makefile
src/full_bootstrap [moved from src/full_boostrap with 100% similarity]

index f091ae3..72aaaa3 100644 (file)
@@ -20,7 +20,7 @@ OBJS=nitc nitpick nit nitdoc nitls nitunit nitpretty nitmetrics nitx nitlight ni
 SRCS=$(patsubst %,%.nit,$(OBJS))
 BINS=$(patsubst %,../bin/%,$(OBJS))
 
-# Workaround: Cygwin requires peflags to boostrap
+# Workaround: Cygwin requires peflags to bootstrap
 peflags := ${shell which peflags 2>/dev/null}
 
 all: bin/nitc
similarity index 100%
rename from src/full_boostrap
rename to src/full_bootstrap