diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 17:52:53 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 17:52:53 +0200 |
| commit | 5db9d2945470e1786b72a50b1caddc3768b83ec9 (patch) | |
| tree | 9dd330ad04911cdac76f5e1ce6c6b467383eb9ff /content/notes/drawing-pixels-in-plan9.md | |
| parent | 78ff407da4a24dffc9b7cdd3312b70015ad69a08 (diff) | |
| download | mitjafelicijan.com-5db9d2945470e1786b72a50b1caddc3768b83ec9.tar.gz | |
Typo fix
Diffstat (limited to 'content/notes/drawing-pixels-in-plan9.md')
| -rw-r--r-- | content/notes/drawing-pixels-in-plan9.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md index 899f7c6..6ce8973 100644 --- a/content/notes/drawing-pixels-in-plan9.md +++ b/content/notes/drawing-pixels-in-plan9.md | |||
| @@ -49,7 +49,7 @@ void main(int argc, char *argv[]) | |||
| 49 | } | 49 | } |
| 50 | ``` | 50 | ``` |
| 51 | 51 | ||
| 52 | And then compile with `mk` (Makefile below): | 52 | And then compile with `mk` (mkfile below): |
| 53 | 53 | ||
| 54 | ```makefile | 54 | ```makefile |
| 55 | </$objtype/mkfile | 55 | </$objtype/mkfile |
