[libcalamares] Typo in documentation

This commit is contained in:
Adriaan de Groot 2021-02-03 17:12:33 +01:00
parent 4ae3a7af61
commit c82b802f4e

View File

@ -98,7 +98,7 @@ struct NamedEnumTable
/** @brief Find a value @p s in the table and return its name. /** @brief Find a value @p s in the table and return its name.
* *
* Returns emptry string if the value is not found. * Returns empty string if the value is not found.
*/ */
string_t find( enum_t s ) const string_t find( enum_t s ) const
{ {