branch: elpa/gnosis
commit 7d24dd6946eadf1495d40fa0bb703c26eed875e4
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] minor typos.
---
 gnosis.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnosis.el b/gnosis.el
index 43f6244700..b6fabc2c23 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -96,7 +96,7 @@ between two strings to consider them as similar."
   "Review new themata first.
 
 When nil, review new themata last."
-  :type 'bolean)
+  :type 'boolean)
 
 (defcustom gnosis-default-average-review-period 30
   "Number of days of which the average review score will be calculated."
@@ -1255,7 +1255,7 @@ If NEW? is non-nil, increment new themata log by 1."
           (funcall func-name id))
       (error "Malformed thema type: '%s'" type))))
 
-(defun gnosis-monkeytype-session (themata &rest_)
+(defun gnosis-monkeytype-session (themata &rest _)
   "Start monkeytype session for THEMATA ids."
   (cl-assert (listp themata) nil "Themata must be a list of ids")
   (catch 'monkeytype-loop

Reply via email to