Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarp committed Feb 3, 2019
1 parent 9fc2c28 commit e4a9b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protoc_gen_d/google/protobuf/descriptor.d
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class FileOptions

enum OptimizeMode
{
UNKNOEN = 0,
UNKNOWN = 0,
SPEED = 1,
CODE_SIZE = 2,
LITE_RUNTIME = 3,
Expand Down
2 changes: 1 addition & 1 deletion protoc_gen_d/proto/google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ message FileOptions {

// Generated classes can be optimized for speed or code size.
enum OptimizeMode {
UNKNOEN = 0;
UNKNOWN = 0;
SPEED = 1; // Generate complete code for parsing, serialization,
// etc.
CODE_SIZE = 2; // Use ReflectionOps to implement these methods.
Expand Down

0 comments on commit e4a9b29

Please sign in to comment.