Fix typo in Makefile

line 13 "tun" -> "turn"
This commit is contained in:
mikebolt 2014-02-21 18:04:47 -08:00
parent ac76ff5b90
commit 5cb660a197
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# Ex. make STATIC=y
#
# To turn on debugging, set an environment variable called 'REDDIT_DEBUG' to
# 'y' and then 'make clean' and 'make'. This will turn off optimization, tun on
# 'y' and then 'make clean' and 'make'. This will turn off optimization, turn on
# the -g flag, and set the 'REDDIT_DEBUG' C macro for all of the project's C
# files.
#