aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Teichroeb2012-04-04 21:22:31 -0700
committerJoel Teichroeb2012-04-04 21:22:31 -0700
commitf83f5c5677111f4005d4fed633efba0e86bc805c (patch)
tree3a276ce4309583693c3351633846b971b0f2cf11
parent8c57c71e3a81edf03905b549c70599ab5247f969 (diff)
downloadscummvm-rg350-f83f5c5677111f4005d4fed633efba0e86bc805c.tar.gz
scummvm-rg350-f83f5c5677111f4005d4fed633efba0e86bc805c.tar.bz2
scummvm-rg350-f83f5c5677111f4005d4fed633efba0e86bc805c.zip
COMMON: Fix spelling of length
-rw-r--r--common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index b90be0675b..78340980d5 100644
--- a/common/util.h
+++ b/common/util.h
@@ -83,7 +83,7 @@ namespace Common {
* Print a hexdump of the data passed in. The number of bytes per line is
* customizable.
* @param data the data to be dumped
- * @param len the lenght of that data
+ * @param len the length of that data
* @param bytesPerLine number of bytes to print per line (default: 16)
* @param startOffset shift the shown offsets by the starting offset (default: 0)
*/