From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 25 Mar 2014 17:18:02 +0000 (+0100)
Subject: Fix typo in Makefile comment.
X-Git-Tag: tce~804
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/index.html?a=commitdiff_plain;h=6179d88d4e67e2c3ae238141095e070a8036be25;p=plomrogue

Fix typo in Makefile comment.
---

diff --git a/Makefile b/Makefile
index 063bf2f..39414e5 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ $(BUILDDIR)/%.o : $(SRCDIR)/%.c
 	mkdir -p $(@D)
 	$(CC) $(CFLAGS) -c $< -o $@
 
-# "make clean" to tries to delete all files that could possibly have been built.
+# "make clean" to try to delete all files that could possibly have been built.
 # Declare target "phony", i.e. this is not about building a file.
 .PHONY : clean
 clean :