diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
| commit | 202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch) | |
| tree | 1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/util/ziptool.cpp | |
| parent | Restore ability to switch mode while using spray tool (is this even useful?). (diff) | |
| download | inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to '')
| -rw-r--r-- | src/util/ziptool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/ziptool.cpp b/src/util/ziptool.cpp index 2eb516b2e..b8253627c 100644 --- a/src/util/ziptool.cpp +++ b/src/util/ziptool.cpp @@ -2602,7 +2602,7 @@ bool ZipFile::readFileData() //#### Uncompress the data std::vector<unsigned char> compBuf; - if (gpBitFlag & 0x8)//bit 3 was set. means we dont know compressed size + if (gpBitFlag & 0x8)//bit 3 was set. means we don't know compressed size { unsigned char c1, c2, c3, c4; c2 = c3 = c4 = 0; |
