diff options
-rw-r--r-- | include/osmocom/core/prim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/prim.h b/include/osmocom/core/prim.h index 9e710073..99a71d5d 100644 --- a/include/osmocom/core/prim.h +++ b/include/osmocom/core/prim.h @@ -17,7 +17,7 @@ enum osmo_prim_operation { PRIM_OP_REQUEST, /*!< \brief request */ PRIM_OP_RESPONSE, /*!< \brief response */ PRIM_OP_INDICATION, /*!< \brief indication */ - PRIM_OP_CONFIRM, /*!< \brief cofirm */ + PRIM_OP_CONFIRM, /*!< \brief confirm */ }; extern const struct value_string osmo_prim_op_names[5]; |