diff options
author | wiz <wiz@pkgsrc.org> | 2010-08-05 21:15:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-08-05 21:15:41 +0000 |
commit | fc804802efe70de057b00535672300f9289ddd4d (patch) | |
tree | 673968c8222e683f2e8dc8aee61e82481ef75da1 /devel/pango | |
parent | 53b4d38d9b49732bccbfc699bf215db85a9d2fed (diff) | |
download | pkgsrc-fc804802efe70de057b00535672300f9289ddd4d.tar.gz |
Fix typo in comment.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pango/options.mk b/devel/pango/options.mk index c0a74705af3..ede2151afba 100644 --- a/devel/pango/options.mk +++ b/devel/pango/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2010/08/05 12:41:27 obache Exp $ +# $NetBSD: options.mk,v 1.10 2010/08/05 21:15:41 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pango PKG_SUPPORTED_OPTIONS= x11 libthai @@ -33,7 +33,7 @@ PLIST.carbon= yes .endif ### -### Thai lauguage support +### Thai language support ### .if !empty(PKG_OPTIONS:Mlibthai) PLIST.thai= yes |