diff options
Diffstat (limited to 'src/modules/objects/class_file.cpp')
| -rw-r--r-- | src/modules/objects/class_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp index 747e12a7d..c0532c950 100644 --- a/src/modules/objects/class_file.cpp +++ b/src/modules/objects/class_file.cpp @@ -597,7 +597,7 @@ KVSO_CLASS_FUNCTION(file,writeHexBlock) KVSO_PARAMETERS_END(c) if (szBlock.length()%2) { - c->warning(__tr2qs_ctx("Lenght of hex string is not multiple of 2","objects")); + c->warning(__tr2qs_ctx("Length of hex string is not multiple of 2","objects")); return true; } if (uLen>((uint)szBlock.length()/2)|| !uLen) uLen=szBlock.length(); |
