From 2c57def881e69b69dc2822a669adecd2bb3303d3 Mon Sep 17 00:00:00 2001 From: onli Date: Thu, 29 May 2014 23:44:21 +0200 Subject: [PATCH] minor: fix comment typos --- include/admin/images.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/images.inc.php b/include/admin/images.inc.php index 2622c820..29c65d2a 100644 --- a/include/admin/images.inc.php +++ b/include/admin/images.inc.php @@ -719,7 +719,7 @@ function showMediaLibrary($messages=false, $addvar_check = false, $smarty_vars = } if (! isset($data['showML'])) { - // alaways having the ML available is useful when switchting the filter after adding an image, thus being i nthe add-case + // always having the ML available is useful when switching the filter after adding an image, thus being in the add-case $data['showML'] = showMediaLibrary(); }