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/thing.h | |
parent | 6b96e6cfbbd5637c59445f98f3cb31990533a1bf (diff) | |
download | tdepim-d53e057f92fb74a6655f33388d2ffcbc7954489d.tar.gz tdepim-d53e057f92fb74a6655f33388d2ffcbc7954489d.zip |
Fix typos.
Diffstat (limited to 'indexlib/thing.h')
-rw-r--r-- | indexlib/thing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/thing.h b/indexlib/thing.h index 923bad33c..0fc495f73 100644 --- a/indexlib/thing.h +++ b/indexlib/thing.h @@ -157,8 +157,8 @@ struct simple_accessor { write<uint32_t>( out, p.cast_to_uint32() ); \ } \ template<> \ - struct byte_lenght_struct< pointer <name> > { \ - static const unsigned value = byte_lenght_struct<uint32_t>::value; \ + struct byte_length_struct< pointer <name> > { \ + static const unsigned value = byte_length_struct<uint32_t>::value; \ }; \ } // namespace |