diff options
author | Paul Jones <paul@pauljones.id.au> | 2010-06-08 10:29:18 +1000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-08 14:57:44 +0200 |
commit | 8df21528ed0d16bf52f743d1f20db381122271a8 (patch) | |
tree | 9236204aef25937f0c846ff73dc656c36157e93b /CHANGES | |
parent | 3af86820e225400110947075538d50cfaf860dd5 (diff) | |
download | buildroot-novena-8df21528ed0d16bf52f743d1f20db381122271a8.tar.gz buildroot-novena-8df21528ed0d16bf52f743d1f20db381122271a8.zip |
intltool: Fix spelling mistake
Closes #1987
intltool.mk has a typo, this patch fixes the problem.
Signed-off-by: Paul Jones <paul@pauljones.id.au>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ New packages: cgilua, copas, coxpcall, luafilesystem, luasocket, rings, wsapi, xavante - Updated/fixed packages: cdrkit, gawk, iptables, libidn, + Updated/fixed packages: cdrkit, gawk, intltool, iptables, libidn, netperf, openssl, php, qt, sqlite, tn5250, usbutils Removed packages: modutils @@ -25,6 +25,7 @@ #1945: PHP: add sqlite3 dependency when using external lib #1951: Bump openssl to 0.9.8o #1957: Bump sqlite to 3.6.23.1 + #1987: intltool: Fix spelling mistake 2010.05, Released May 30th, 2010: |