Skip to content

Commit c67b887

Browse files
committed
consistent spelling
1 parent 95c8065 commit c67b887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/ziputils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dependencies:
99
- MacOS users must have `unzip` and `gunzip`, but these are usually installed with the OS.
1010
1111
Pay careful attention to the comments about how strings are encoded. They are either encoded
12-
**platform** or **utf-8**. On macOS, platform encoding is always utf-8, but on Windows it can
12+
**platform** or **utf8**. On macOS, platform encoding is always utf8, but on Windows it can
1313
be any number of encodings depending on the locale settings and version of Windows. You can use
1414
`luaosutils.text` to convert them back and forth. Both `luaosutils.process.execute`
1515
requires platform encoding as do `lfs` and all built-in Lua `io` functions.

0 commit comments

Comments
 (0)