ofp-errors: Fix typos in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Feb 2013 05:12:06 +0000 (21:12 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 21 Jun 2013 15:33:42 +0000 (08:33 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-errors.h

index 593241d..aa3ba50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
+ * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -108,7 +108,7 @@ enum ofperr {
 
     /* NX1.0(1,512), OF1.1+(1,9).  Specified table-id invalid or does not exist.
      * [ A non-standard error (1,512), formerly OFPERR_NXBRC_BAD_TABLE_ID,
-     *   is used for OpenFlow 1.0 as there seems to be no appropriste error
+     *   is used for OpenFlow 1.0 as there seems to be no appropriate error
      *   code defined the specification. ] */
     OFPERR_OFPBRC_BAD_TABLE_ID,
 
@@ -118,7 +118,7 @@ enum ofperr {
     /* NX1.0(1,514), NX1.1(1,514), OF1.2+(1,11).  Invalid port.
      * [ A non-standard error (1,514), formerly
      *   OFPERR_NXBRC_BAD_IN_PORT is used for OpenFlow 1.0 and 1.1 as there
-     *   seems to be no appropriste error code defined the specifications. ] */
+     *   seems to be no appropriate error code defined the specifications. ] */
     OFPERR_OFPBRC_BAD_PORT,
 
     /* OF1.2+(1,12).  Invalid packet in packet-out. */