From 42f1d4f9ebb18c8bf4d2f85f65d254b8571b57b4 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 15 Feb 2018 15:17:56 +0100
Subject: [PATCH] typo

---
 bob/bio/base/script/annotate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/script/annotate.py b/bob/bio/base/script/annotate.py
index 06b695f3..57290172 100644
--- a/bob/bio/base/script/annotate.py
+++ b/bob/bio/base/script/annotate.py
@@ -41,7 +41,7 @@ def annotate(database, annotator, output_dir, force, array, **kwargs):
     output_dir : str
         The directory to save the annotations.
     force : bool, optional
-        Wether to overwrite existing annotations.
+        Whether to overwrite existing annotations.
     array : int, optional
         Use this option alongside gridtk to submit this script as an array job.
     verbose : int, optional
-- 
GitLab