diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-02-08 18:30:02 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-02-08 18:30:02 -0800 |
commit | 3180e3e4fb674c7f7d6a0ab7d9ba08e52838ce32 (patch) | |
tree | 51dc31b1e7a3f2a11f5efd694c63a875bc748bdc /src/luasocket/makefile | |
parent | fb251c2819c15d2fd58ca434de6b9636b8dfdce0 (diff) | |
download | teliva-3180e3e4fb674c7f7d6a0ab7d9ba08e52838ce32.tar.gz |
typo
Diffstat (limited to 'src/luasocket/makefile')
-rw-r--r-- | src/luasocket/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket/makefile b/src/luasocket/makefile index 8080115..ceb372f 100644 --- a/src/luasocket/makefile +++ b/src/luasocket/makefile @@ -27,7 +27,7 @@ MYCFLAGS?= MYLDFLAGS?= # DEBUG: NODEBUG DEBUG -# debug mode causes luasocket to collect and returns timing information useful +# debug mode causes luasocket to collect and return timing information useful # for testing and debugging luasocket itself DEBUG?=NODEBUG |