diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:42:49 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:42:49 -0500 |
commit | d53e057f92fb74a6655f33388d2ffcbc7954489d (patch) | |
tree | 58e08f26c5316b1b3f72003b7afc38956f609df6 /indexlib/leafdata.h | |
parent | 6b96e6cfbbd5637c59445f98f3cb31990533a1bf (diff) | |
download | tdepim-d53e057f92fb74a6655f33388d2ffcbc7954489d.tar.gz tdepim-d53e057f92fb74a6655f33388d2ffcbc7954489d.zip |
Fix typos.
Diffstat (limited to 'indexlib/leafdata.h')
-rw-r--r-- | indexlib/leafdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexlib/leafdata.h b/indexlib/leafdata.h index fa08645e7..4b54a4e8a 100644 --- a/indexlib/leafdata.h +++ b/indexlib/leafdata.h @@ -60,7 +60,7 @@ struct leafdata_iterator : public std::iterator<STD_NAMESPACE_PREFIX input_itera value_ += delta; } else { value_ = byte_io::read<uint32_t>( data_ ); - data_ += byte_io::byte_lenght<uint32_t>(); + data_ += byte_io::byte_length<uint32_t>(); } return value_ - 1; } |