From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 9 Mar 2015 16:18:19 +0000 (+0100)
Subject: Fix typo in comment.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bprefix%7D%7D/%7B%7Bprefix%7D%7D/condition?a=commitdiff_plain;h=2b2b26cc9f32027cc2d51b2c970e84ef6e19891f;p=plomrogue

Fix typo in comment.
---

diff --git a/build/compiler_flags b/build/compiler_flags
index bc4ea28..b17dac3 100644
--- a/build/compiler_flags
+++ b/build/compiler_flags
@@ -5,7 +5,7 @@
 OFLAG='-O3'
 CFLAGS="-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security $OFLAG"
 
-# For non-GNU gcc masks, drop all gcc-specific debugginf flags.
+# For non-GNU gcc masks, drop all gcc-specific debugging flags.
 test=`stat --version 2>&1 | grep 'Free Software Foundation' | wc -l`
 if [ 1 -gt $test ]
 then