From f1b1118b6ea7debbe580aba073186d08b3b18054 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sun, 28 Nov 2021 12:32:55 -0700 Subject: [PATCH] fix typo --- source/md.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/md.h b/source/md.h index 33b0d95..e8dad54 100644 --- a/source/md.h +++ b/source/md.h @@ -1,7 +1,7 @@ // LICENSE AT END OF FILE (MIT). /* -** Weclome to Metadesk! +** Welcome to Metadesk! ** ** Metadesk is a data description language designed to look like a programming ** language, and this is the accompanying parser library. While you are free to