fixed typo that caused error

main
Jesse Laprade 2021-07-25 18:20:52 -04:00
parent 74c0be7bfd
commit f0deadbd02
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
(if (null? listof-items) (if (null? listof-items)
(displayln-messages-ref 'empty-list) (displayln-messages-ref 'empty-list)
(ls/display-list listof-items))) (ls/display-list listof-items)))
(displayln-messages-ref 'couldnt-file-file))) (displayln-messages-ref 'error-couldnt-find-file)))
;; ------------------------------------------------ ;; ------------------------------------------------
;; rm ;; rm