typo and missing parameter

Change-Id: Ibb29c8621a981b489ce10d1f9d18df1d5ea3a079
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3266
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Anarchos
2020-09-25 12:39:16 +00:00
committed by Adrien Destugues
parent 64ab6cf0db
commit edbeede442
+3 -3
View File
@@ -123,7 +123,7 @@
/*! /*!
\fn BCatalog::BCatalog(const char* signature, const char* language) \fn BCatalog::BCatalog(const char* signature, const char* language)
\brief Construct a BCatalog object for the given application \a signqture. \brief Construct a BCatalog object for the given application \a signature.
If you don't specify a language, the system default list will be used. If you don't specify a language, the system default list will be used.
The language is passed here as a 2 letter ISO code. The language is passed here as a 2 letter ISO code.
@@ -136,7 +136,7 @@
are checked. Moreover, only the default catalog format is available, not are checked. Moreover, only the default catalog format is available, not
custom formats from catalog add-ons. custom formats from catalog add-ons.
\param catalogOwner entry_ref for which to load a catalog. \param signature MIME signature for which to load a catalog.
\param language The language of the catalog to load. If \c NULL, the user \param language The language of the catalog to load. If \c NULL, the user
settings will be used. settings will be used.
@@ -309,7 +309,7 @@
/*! /*!
\fn status_t BCatalog::SetTo(const char* signature, \fn status_t BCatalog::SetTo(const char* signature,
const char* language, uint32 fingerprint) const char* language = \c NULL)
\brief Reload the string data. \brief Reload the string data.
This method reloads the data for the given signature and language. This method reloads the data for the given signature and language.