diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-08-29 17:01:25 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-08-29 17:51:43 +0200 |
commit | c4862d49bbc30c37f4fca966ac515692e26d93be (patch) | |
tree | 59d3fdd94fa88eb80ff929ab10e85020a35914c5 /ftparchive/writer.cc | |
parent | 55585d0f93de1a0e60858e594b1b3b46f4a0831f (diff) |
Fix typos reported by codespell & spellintian
No user-visible change as it effects mostly code comments and
not a single error message, manpage or similar.
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'ftparchive/writer.cc')
-rw-r--r-- | ftparchive/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index 61489f73a..dbc097af6 100644 --- a/ftparchive/writer.cc +++ b/ftparchive/writer.cc @@ -291,7 +291,7 @@ bool FTWScanner::Delink(string &FileName,const char *OriginalPath, unsigned long long &DeLinkBytes, unsigned long long const &FileSize) { - // See if this isn't an internaly prefix'd file name. + // See if this isn't an internally prefix'd file name. if (InternalPrefix.empty() == false && InternalPrefix.length() < FileName.length() && stringcmp(FileName.begin(),FileName.begin() + InternalPrefix.length(), |