about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--chibi/print.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chibi/print.scm b/chibi/print.scm
index 6e6ec99..376cdf4 100644
--- a/chibi/print.scm
+++ b/chibi/print.scm
@@ -1,7 +1,7 @@
 (import
 	(print))
 
-;; very unoficial test of my tiny print library
+;; very unofficial test of my tiny print library
 
 (println "hi there")