diff options
| author | James Miller <james.ryland.miller@gmail.com> | 2020-01-18 16:23:07 -0600 |
|---|---|---|
| committer | James Miller <james.ryland.miller@gmail.com> | 2020-01-18 16:23:07 -0600 |
| commit | d0817aff0baaba6848ae4cf7b1749895c90ad5f5 (patch) | |
| tree | f967ce500d81a36e6bd94e619659a96f1b67614e | |
| parent | 372525814de854c35cddd4d727a8ec38c650064d (diff) | |
| download | org-drill-d0817aff0baaba6848ae4cf7b1749895c90ad5f5.tar.gz org-drill-d0817aff0baaba6848ae4cf7b1749895c90ad5f5.zip | |
Fix typo "Eaqch" to "Each"
| -rw-r--r-- | org-drill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 2087771..0ccbb63 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))) |
