Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 24, 2024
1 parent 574e4fa commit 0e2eb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/core/load.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
(let ((files (qob-expand-file-specs (qob-args))))
(if files
(mapc #'load files)
(eask-info "(Nothing to load.)"))))
(qob-info "(Nothing to load.)"))))

;;; End of lisp/core/load.lisp

0 comments on commit 0e2eb23

Please sign in to comment.