* If not all the functions (handlers) use all arguments, gcc will print
* a warning.
*
- * Marking those few unused function parameters with \p __a_unused to supress
+ * Marking those few unused function parameters with \p __a_unused to suppress
* the gcc warnings allows us to get a clean build _and_ the benefit of the
* warning in other cases where we do care about unused parameters.
*/
* \param argv_ptr Pointer to the list of substrings.
* \param delim Delimiter.
*
- * This function modifies \a args by replacing each occurance of \a delim by
+ * This function modifies \a args by replacing each occurrence of \a delim by
* zero. A \p NULL terminated array of pointers to char* is allocated dynamically
* and these pointers are initialized to point to the broken-up substrings
* within \a args. A pointer to this array is returned via \a argv_ptr.
*
* Even users that are not taken into account because of the --uid
* option occupy a slot in this hash table. This allows to find out
- * quicky whether a uid is admissible. And yes, this has to be fast.
+ * quickly whether a uid is admissible. And yes, this has to be fast.
*/
static struct user_info *uid_hash_table;
* \a admissible_uids. If so, it sets the admissible bit for this slot and
* opens the osl table of the uid.
*
- * \return Stamdard.
+ * \return Standard.
*/
int open_admissible_user_tables(struct uid_range *admissible_uids)
{