summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-10-30 06:53:19 +0000
committerdholland <dholland@pkgsrc.org>2013-10-30 06:53:19 +0000
commitf684e6aadb78404dba0ca7b0ac0a2d11f1d12b55 (patch)
tree2410d28462c2daa6d4ed73f49987d92c6fa9a5d5 /lang
parentbc92f7c2a488ec194d02ac7c09cae5d8e57365c9 (diff)
downloadpkgsrc-f684e6aadb78404dba0ca7b0ac0a2d11f1d12b55.tar.gz
typo, spotted by Andrey Oktyabrskiy
Diffstat (limited to 'lang')
-rw-r--r--lang/lua/application.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/application.mk b/lang/lua/application.mk
index c77044f996a..b035f8f7dc1 100644
--- a/lang/lua/application.mk
+++ b/lang/lua/application.mk
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.1 2013/10/30 06:18:09 dholland Exp $
+# $NetBSD: application.mk,v 1.2 2013/10/30 06:53:19 dholland Exp $
#
# This makefile fragment is intended to be included by packages that
# install Lua scripts.
@@ -6,7 +6,7 @@
# Package-settable variables:
#
# REPLACE_LUA
-# A list of Lua scripts ot be installed, relative to ${WRKSRC}.
+# A list of Lua scripts to be installed, relative to ${WRKSRC}.
#
# Keywords: Lua
#