From d53e057f92fb74a6655f33388d2ffcbc7954489d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:42:49 -0500 Subject: Fix typos. --- indexlib/bitio.tcc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indexlib/bitio.tcc') 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 { + struct byte_length_struct { static const int value = 1; }; @@ -60,7 +60,7 @@ namespace byte_io { } template<> - struct byte_lenght_struct { + struct byte_length_struct { static const int value = 2; }; @@ -84,7 +84,7 @@ namespace byte_io { return res; } template<> - struct byte_lenght_struct { + struct byte_length_struct { static const int value = 4; }; } -- cgit v1.2.3