summaryrefslogtreecommitdiffstats
path: root/indexlib/bitio.tcc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:42:49 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:42:49 -0500
commitd53e057f92fb74a6655f33388d2ffcbc7954489d (patch)
tree58e08f26c5316b1b3f72003b7afc38956f609df6 /indexlib/bitio.tcc
parent6b96e6cfbbd5637c59445f98f3cb31990533a1bf (diff)
downloadtdepim-d53e057f92fb74a6655f33388d2ffcbc7954489d.tar.gz
tdepim-d53e057f92fb74a6655f33388d2ffcbc7954489d.zip
Fix typos.
Diffstat (limited to 'indexlib/bitio.tcc')
-rw-r--r--indexlib/bitio.tcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/indexlib/bitio.tcc b/indexlib/bitio.tcc
index 2779cfed..f6dbdfc0 100644
--- a/indexlib/bitio.tcc
+++ b/indexlib/bitio.tcc
@@ -39,7 +39,7 @@ namespace byte_io {
}
template<>
- struct byte_lenght_struct<uint8_t> {
+ struct byte_length_struct<uint8_t> {
static const int value = 1;
};
@@ -60,7 +60,7 @@ namespace byte_io {
}
template<>
- struct byte_lenght_struct<uint16_t> {
+ struct byte_length_struct<uint16_t> {
static const int value = 2;
};
@@ -84,7 +84,7 @@ namespace byte_io {
return res;
}
template<>
- struct byte_lenght_struct<uint32_t> {
+ struct byte_length_struct<uint32_t> {
static const int value = 4;
};
}