Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwman authored and stylewarning committed Sep 13, 2024
1 parent 0308dad commit 0ede1a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/hashtable.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

(declare with-capacity (Hash :key => Integer -> Hashtable :key :value))
(define (with-capacity capacity)
"Crate a new empty hashtable with a given capacity"
"Create a new empty hashtable with a given capacity"
(match (%get-hash-test-funcs)
((Tuple test hash)
(%make-hashtable test hash capacity))))
Expand Down
2 changes: 1 addition & 1 deletion src/entry.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

(when accessors
(tc:tc-error (first accessors)
"Amqbiguous accessor"
"Ambiguous accessor"
"accessor is ambiguous"))

(let* ((preds (tc:reduce-context env preds subs))
Expand Down
2 changes: 1 addition & 1 deletion src/typechecker/define-class.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@

(let ((var-names (mapcar #'parser:keyword-src-name (parser:toplevel-define-class-vars class))))

;; Ensure fudneps don't have duplicate variables
;; Ensure fundeps don't have duplicate variables
(labels ((check-duplicate-fundep-variables (vars)
(check-duplicates
vars
Expand Down

0 comments on commit 0ede1a9

Please sign in to comment.