From c59a244e9d021a2ec3794f71ab193199ed56e742 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 30 Sep 2015 12:07:13 +0200 Subject: [PATCH] Fixed little typo --- src/private_at_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/private_at_functions.h b/src/private_at_functions.h index d32a47b..51e47a4 100644 --- a/src/private_at_functions.h +++ b/src/private_at_functions.h @@ -32,7 +32,7 @@ * @param path_name The path name for the file or directory, relative to directory_file_descriptor. * * @returns A pointer to the full path. - * @retval NULL if an error occurs. + * @retval NULL if an error occurred. * * @since June 2015 * @author Celine Mercier (celine.mercier@metabarcoding.org)