fix typo of minimize pointed out by Narasim in review

This commit is contained in:
Jens Petersen 2011-12-16 11:09:23 +09:00
parent 346cf7edcf
commit 32d96b82f7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# main description used for all the subpackages
%global common_description A Haskell cross-platform library for the sendfile system call.\
This library tries to minimumize system calls,\
This library tries to minimize system calls,\
since they are a bottleneck for concurrent web servers.