Skip to content

Commit 84ed4c2

Browse files
committed
Fix typo
1 parent 794be1a commit 84ed4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

a86/check-nasm.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ HERE
6161
(getenv "PATH")
6262
(if (and (drracket?) (macos?) (launched-with-finder?)) macosx-msg ""))))
6363
(unless (nasm-version-2.15+?)
64-
(eprintf "nasm 2.15 or later is recommended; some faatures may not work as expected.\n")))
64+
(eprintf "nasm 2.15 or later is recommended; some features may not work as expected.\n")))

0 commit comments

Comments
 (0)