major: typo

This commit is contained in:
Kyle Banker 2010-10-13 18:38:15 -04:00
parent dfaa82f5d1
commit f1ddd871f2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module BSON
initial_data
end
when BSON::ByteBuffer then
initial_data.to_a.pac('C*')
initial_data.to_a.pack('C*')
else
initial_data.pack('C*')
end