From 8cf8d511aa9264830dfd6b8b88e654e28e0b72b5 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 15 Feb 2003 19:08:29 +0000
Subject: [PATCH] Fixed spelling error, reported by Hans Persson.  (Bug 989).

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 448b61f..95183ad 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ smallest numbers.  The result is inserted in the proper place among
 the remaining numbers, and the two smallest numbers are added once
 again.  The process repeats until only one number remains: the sum.
 
-As long as you only have positiv numbers, this algorithm should work
+As long as you only have positive numbers, this algorithm should work
 fairly well.  If you have negative numbers, it will work just as well,
 since the program sorts the numbers based on the absolute value of the
 numbers.  If, however, you have both positive and negative numbers,
-- 
GitLab