bios_table: s/stroe/store/

Fix a minor typo in the doxygen of
pldm_bios_table_attr_entry_enum_decode_def_num_check() and
pldm_bios_table_attr_entry_enum_decode_pv_hdls().

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ife25107fcfdfdfe559e76761fbdb57d9c2861c7e
diff --git a/include/libpldm/bios_table.h b/include/libpldm/bios_table.h
index 76f41d1..99613ed 100644
--- a/include/libpldm/bios_table.h
+++ b/include/libpldm/bios_table.h
@@ -285,7 +285,7 @@
 
 /** @brief Get possible values string handles
  *  @param[in] entry - Pointer to bios attribute table entry
- *  @param[out] pv_hdls - Pointer to a buffer to stroe
+ *  @param[out] pv_hdls - Pointer to a buffer to store
  * PossibleValuesStringHandles
  *  @param[in] pv_num - Number of PossibleValuesStringHandles expected
  *  @return pldm_completion_codes
@@ -297,10 +297,10 @@
 /** @brief Get possible values string handles and check the validity of the
  * parameters
  *  @param[in] entry - Pointer to bios attribute table entry
- *  @param[out] pv_hdls - Pointer to a buffer to stroe
+ *  @param[out] pv_hdls - Pointer to a buffer to store
  * PossibleValuesStringHandles
  *  @param[in] pv_num - Number of PossibleValuesStringHandles the buffer can
- * stroe
+ * store
  *  @return Number of PossibleValuesStringHandles decoded
  */
 int pldm_bios_table_attr_entry_enum_decode_pv_hdls_check(