diff options
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/gperf.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/gperf.xibuild b/repo/core/gperf.xibuild index a5d5556..0f08d60 100644 --- a/repo/core/gperf.xibuild +++ b/repo/core/gperf.xibuild @@ -3,7 +3,7 @@ DEPS=(glibc) SOURCE=http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz -DESC="Perfect hash functoin generator" +DESC="Perfect hash function generator" build () { ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-3.1 |