We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f8411 commit 38d41ebCopy full SHA for 38d41eb
PACKAGING.md
@@ -161,7 +161,7 @@ end program main
161
```
162
163
and then checking that the error code matches. Note that error codes are passed to variable `$?`
164
-on Unix/Mac systems, and to environment variable `%errorlevel%` on Windoes.
+on Unix/Mac systems, and to environment variable `%errorlevel%` on Windows.
165
166
In this last example, our source file defined a `math_constants` module inside
167
the same source file as the main program. Let’s see how we can define an *fpm*
0 commit comments