Index: third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java |
=================================================================== |
--- third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java (revision 216642) |
+++ third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java (working copy) |
@@ -146,7 +146,7 @@ |
public boolean isPackable() { return true; } |
} |
- // Field numbers for feilds in MessageSet wire format. |
+ // Field numbers for fields in MessageSet wire format. |
static final int MESSAGE_SET_ITEM = 1; |
static final int MESSAGE_SET_TYPE_ID = 2; |
static final int MESSAGE_SET_MESSAGE = 3; |