diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:24:06 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-05-29 06:28:48 +0200 |
commit | 151b171ce7d8f9b43e6221d9ae8e1355afb85211 (patch) | |
tree | aad4f66d96b5ac19e60acb49bd707f05b517a608 | |
parent | b07e191b357e7f5591834caae1075fe75f1531ad (diff) |
Fix typo
Change-Id: I217ece9296e5e5d8db264a3590e5af1f8ab0cfcb
Reviewed-on: https://gerrit.libreoffice.org/73134
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | filter/source/graphicfilter/itiff/ccidecom.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx index d648ce00ad9d..82d6e0e89f74 100644 --- a/filter/source/graphicfilter/itiff/ccidecom.cxx +++ b/filter/source/graphicfilter/itiff/ccidecom.cxx @@ -311,7 +311,7 @@ const CCIHuffmanTableEntry CCIUncompTable[CCIUncompTableSize]={ //================== backup of the Huffman tables ============================ // To make sure that the Huffman tables do not contain errors they were entered // from two different sources (Phew) and compared. -// Since an error could creep in to the source code while maintaining it +// Since an error could creep into the source code while maintaining it // (e.g. an accidental key press in the editor) the tables are listed twice // and are compared during runtime. (If the comparison fails CCIDcompressor // throws an error) The whole thing may appear insane, but an error within the |