summaryrefslogtreecommitdiffstats
path: root/src/util/ziptool.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
commit202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch)
tree1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/util/ziptool.cpp
parentRestore ability to switch mode while using spray tool (is this even useful?). (diff)
downloadinkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz
inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/util/ziptool.cpp')
-rw-r--r--src/util/ziptool.cpp2
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;