From 80b86c7b16caaab0127480536349651837dba8ab Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 2 Jul 2024 20:17:09 +0200 Subject: [PATCH] documentation: Fix "you you" typos in docs/comments/logs. --- puppet/kandra/templates/nagios4/cgi.cfg.template.erb | 2 +- scripts/setup/initialize-database | 2 +- zerver/webhooks/gitlab/doc.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/puppet/kandra/templates/nagios4/cgi.cfg.template.erb b/puppet/kandra/templates/nagios4/cgi.cfg.template.erb index 86de828a43..3e83b183f4 100644 --- a/puppet/kandra/templates/nagios4/cgi.cfg.template.erb +++ b/puppet/kandra/templates/nagios4/cgi.cfg.template.erb @@ -177,7 +177,7 @@ authorized_for_all_hosts=* # can issue host or service related commands via the command # CGI (cmd.cgi) for all hosts and services that are being monitored. # By default, users can only issue commands for hosts or services -# that they are contacts for (unless you you choose to not use +# that they are contacts for (unless you choose to not use # authorization). You may use an asterisk (*) to authorize any # user who has authenticated to the web server. diff --git a/scripts/setup/initialize-database b/scripts/setup/initialize-database index b66dba4f5c..f9a0b01de2 100755 --- a/scripts/setup/initialize-database +++ b/scripts/setup/initialize-database @@ -57,6 +57,6 @@ if [ -z "$QUIET" ]; then echo echo " /home/zulip/deployments/current/manage.py generate_realm_creation_link" echo - echo "This generates a secure, single-use link that you you can use to set up " + echo "This generates a secure, single-use link that you can use to set up " echo "a Zulip organization from the convenience of your web browser." fi diff --git a/zerver/webhooks/gitlab/doc.md b/zerver/webhooks/gitlab/doc.md index c788cd04e2..7466457894 100644 --- a/zerver/webhooks/gitlab/doc.md +++ b/zerver/webhooks/gitlab/doc.md @@ -14,7 +14,7 @@ Receive GitLab notifications in Zulip! sidebar. Click on **Integrations**. 1. Set **URL** to the URL you generated. Select the - [events](#filtering-incoming-events) you you would like to receive + [events](#filtering-incoming-events) you would like to receive notifications for, and click **Add Webhook**. !!! warn ""