| Index: mojo/public/cpp/bindings/lib/validation_errors.h
|
| diff --git a/mojo/public/cpp/bindings/lib/validation_errors.h b/mojo/public/cpp/bindings/lib/validation_errors.h
|
| index d0b7438087be1f1390baa396d26ff7ee92f7e55c..9b443c371e50e162d931bdc7ec953b1d89b1da1c 100644
|
| --- a/mojo/public/cpp/bindings/lib/validation_errors.h
|
| +++ b/mojo/public/cpp/bindings/lib/validation_errors.h
|
| @@ -34,7 +34,7 @@ enum ValidationError {
|
| // An encoded pointer is illegal.
|
| VALIDATION_ERROR_ILLEGAL_POINTER,
|
| // |flags| in the message header is an invalid flag combination.
|
| - VALIDATION_ERROR_MESSAGE_HEADER_INVALID_FLAG_COMBINAION,
|
| + VALIDATION_ERROR_MESSAGE_HEADER_INVALID_FLAG_COMBINATION,
|
| // |flags| in the message header indicates that a request ID is required but
|
| // there isn't one.
|
| VALIDATION_ERROR_MESSAGE_HEADER_MISSING_REQUEST_ID,
|
|
|