From c79e7b8e1838fcdce63489f48b98f82026adf63c Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Thu, 8 Sep 2022 23:01:29 +1200 Subject: fix an typo --- src/flint.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/flint.cr b/src/flint.cr index 02fdd85..d6de3f4 100644 --- a/src/flint.cr +++ b/src/flint.cr @@ -63,7 +63,7 @@ module Flint parser.on("-m CELLS", "--memory-size=CELLS", "specify the number of memory cells available, defaults vary depending on language") do |_cells| language_options[:memory_size] = _cells end - parser.on("--supported-languages", "print a list of languages supported by flinti and exit") do + parser.on("--supported-languages", "print a list of languages supported by flint and exit") do puts "Languages supported by flint (not guaranteed to be fully implemented):" Language.names.each { |name| puts name } exit(0) -- cgit v1.2.1