From 0ec4fb4dc596bda50c51c12b886081e3408fd9c4 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 19 Jan 2024 00:43:53 +1300 Subject: [PATCH] Correct case and plural --- config/example-config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/example-config.php b/config/example-config.php index 1f4ace38..4e85dd35 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -824,10 +824,10 @@ $c->admin_email = 'calendar-admin@example.com'; /* * This enable XMPP PubSub push notifications to clients that request them. -* N.B. this will publish urls for ALL updates and does NOT restrict -* subscription permissions on the jabber server! That means anyone with +* N.B. this will publish URLs for ALL updates and does NOT restrict +* subscription permissions on the Jabber server! That means anyone with * read access to the pubsub tree of your jabber server can watch for updates, -* they will only see URL's to the updated entries not the calendar data. +* they will only see URLs to the updated entries not the calendar data. * * Only tested with ejabberd 2.0.x */