branch: elpa/org-drill
commit b6a4b4f10354d875d909532b780aa45c885a8fcb
Merge: d2fe915d7a ecf4bae5ce
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Merge branch 'master' into 'master'
    
    Fix typo "Eaqch" to "Each"
    
    See merge request phillord/org-drill!8
---
 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