From 32d96b82f7f50a177cd0cc24801f95c95df5e116 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Dec 2011 11:09:23 +0900 Subject: [PATCH] fix typo of minimize pointed out by Narasim in review --- ghc-simple-sendfile.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.