From be8579a0a248049887ed3d045b4c80a333340866 Mon Sep 17 00:00:00 2001 From: Andi Hafner Date: Mon, 30 Jan 2017 08:30:20 +0100 Subject: [PATCH] fixing typo line 33 'harbour' instead of 'harbor' --- README.contributing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.contributing b/README.contributing index e96c904d1..bc4d4f95f 100644 --- a/README.contributing +++ b/README.contributing @@ -30,7 +30,7 @@ Examples of changes that are unlikely to be accepted: - Altering existing code unnecessarily. Your code may be more elegant than what already exists, but it takes time for us to review the changes, may - habour unnoticed bugs, and makes maintaining the mobile clients more + harbour unnoticed bugs, and makes maintaining the mobile clients more difficult. - Adding code that is not used within Anki but it only for the benefit of add-ons - such code is difficult to test and maintain.