From f36d6f006d6f145106ec1e0d10257c41bf2ef3bd Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Thu, 10 Oct 2024 17:12:47 -0500 Subject: [PATCH] Update ws.php, fix typos --- ws.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws.php b/ws.php index 9416f6325..526ff2f42 100644 --- a/ws.php +++ b/ws.php @@ -833,7 +833,7 @@ function ws_addDefaultMethods( $arr ) 'pwg_token' => array(), 'category_id' => array('type'=>WS_TYPE_ID), ), - 'Notifiy Piwigo you have finished to upload a set of photos. It will empty the lounge, if any.', + 'Notify Piwigo you have finished uploading a set of photos. It will empty the lounge, if any.', $ws_functions_root . 'pwg.images.php', array('admin_only'=>true) );