typos
diff --git a/inc/qcbor/qcbor_number_decode.h b/inc/qcbor/qcbor_number_decode.h
index 9d2615d..ca490c3 100644
--- a/inc/qcbor/qcbor_number_decode.h
+++ b/inc/qcbor/qcbor_number_decode.h
@@ -287,7 +287,7 @@
* @brief Decode next item into an unsigned 64-bit integer with conversions
*
* @param[in] pCtx The decode context.
- * @param[in] uConvertTypes TSee @ref QCBORDecodeNumberConvert.
+ * @param[in] uConvertTypes See @ref QCBORDecodeNumberConvert.
* @param[out] puValue The returned 64-bit unsigned integer.
*
* This is the same as QCBORDecode_GetInt64ConvertAll(), but returns
diff --git a/src/qcbor_number_decode.c b/src/qcbor_number_decode.c
index 17bb300..34896e4 100644
--- a/src/qcbor_number_decode.c
+++ b/src/qcbor_number_decode.c
@@ -383,7 +383,7 @@
*
* @param[in] pMe The decode context.
* @param[in] nLabel Label to find in map.
- * @param[in] uConvertTypes BSee @ref QCBORDecodeNumberConvert.
+ * @param[in] uConvertTypes See @ref QCBORDecodeNumberConvert.
* @param[out] puValue Result of the conversion.
* @param[in,out] pItem Temporary space to store Item, returned item.
*