From 8c05a9851e3d6946ede73018079400ced312b9b1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Aug 2008 23:07:22 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/date.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/date.lib.php b/htdocs/lib/date.lib.php index 0e98853e1b7..955f8174980 100644 --- a/htdocs/lib/date.lib.php +++ b/htdocs/lib/date.lib.php @@ -78,7 +78,7 @@ function dol_get_prev_month($month, $year) /** \brief Return next month * \param month Month * \param year Year - * \return array Next year,mont + * \return array Next year,month */ function dol_get_next_month ($month, $year) {