--- openflow-2011-11-15-2.h	2015-07-23 09:54:16.828479349 -0700
+++ openflow-2011-11-17.h	2015-07-23 09:54:16.832479349 -0700
@@ -1327,7 +1327,7 @@
                                    field is not dl-address or nw-address. */
     OFPBMC_BAD_PREREQ,          /* A prerequisite was not met. */
     OFPBMC_DUP_FIELD,           /* A field type was duplicated. */
-    OFPBIC_EPERM,               /* Permissions error. */
+    OFPBMC_EPERM,               /* Permissions error. */
 };
 
 /* ofp_error_msg 'code' values for OFPET_FLOW_MOD_FAILED.  'data' contains
@@ -1407,7 +1407,7 @@
 enum ofp_switch_config_failed_code {
     OFPSCFC_BAD_FLAGS,           /* Specified flags is invalid. */
     OFPSCFC_BAD_LEN,             /* Specified len is invalid. */
-    OFPQOFC_EPERM                /* Permissions error. */
+    OFPQCFC_EPERM                /* Permissions error. */
 };
 
 /* ofp_error_msg 'code' values for OFPET_ROLE_REQUEST_FAILED. 'data' contains
@@ -1416,7 +1416,6 @@
     OFPRRFC_STALE,               /* Stale Message: old generation_id. */
     OFPRRFC_UNSUP,               /* Controller role change unsupported. */
     OFPRRFC_BAD_ROLE,            /* Invalid role. */
-    OFPRRFC_EPERM,               /* Permissions error. */
 };
 
 /* OFPT_ERROR: Error message (datapath -> controller). */
