branch: elpa/org-drill
commit ecf4bae5ceccb663faca8419e3084dd9e1b237be
Author: James Miller <[email protected]>
Commit: James Miller <[email protected]>

    Fix typo "Eaqch" to "Each"
---
 org-drill.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-drill.el b/org-drill.el
index 2087771f10..0ccbb63cf9 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -72,7 +72,7 @@
 
 (defcustom org-drill-maximum-items-per-session
   30
-  "Eaqch drill session will present at most this many topics for review.
+  "Each drill session will present at most this many topics for review.
 Nil means unlimited."
   :group 'org-drill
   :type '(choice integer (const nil)))

Reply via email to