[ghc-simple-sendfile] fix typo of minimize pointed out by Narasim in review

Jens Petersen petersen at fedoraproject.org
Fri Dec 16 02:09:29 UTC 2011


commit 32d96b82f7f50a177cd0cc24801f95c95df5e116
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Dec 16 11:09:23 2011 +0900

    fix typo of minimize pointed out by Narasim in review

 ghc-simple-sendfile.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec
index 46eee32..dae36a2 100644
--- a/ghc-simple-sendfile.spec
+++ b/ghc-simple-sendfile.spec
@@ -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.
 
 


More information about the scm-commits mailing list