From 279c4e9473f80245d73ea19590f73125f1326449 Mon Sep 17 00:00:00 2001 From: crc <> Date: Sat, 6 Jan 2024 22:57:29 +0000 Subject: [PATCH] fix a spelling error FossilOrigin-Name: 416f06de107daf9843567a9d6daa204d386c345143094a96d37066008a0d59c4 --- interface/library.retro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/library.retro b/interface/library.retro index a9c16c2..0b1cab2 100644 --- a/interface/library.retro +++ b/interface/library.retro @@ -20,5 +20,5 @@ :library:load dup library:contains? [ library:filename include ] - [ 'ERROR:_Libray_`%s`_was_not_found s:format s:put nl ] choose ; + [ 'ERROR:_Library_`%s`_was_not_found s:format s:put nl ] choose ; ~~~