Skip to content

Commit a7ef129

Browse files
authored
Convert from US to UK english (hestiacp#2861)
1 parent 58fce01 commit a7ef129

12 files changed

+13
-13
lines changed

bin/v-add-remote-dns-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# example: v-add-remote-dns-domain admin mydomain.tld yes
66
#
7-
# This function synchronize dns domain with the remote server.
7+
# This function synchronise dns domain with the remote server.
88

99
#----------------------------------------------------------#
1010
# Variables & Functions #

bin/v-add-remote-dns-record

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# example: v-add-remote-dns-record bob acme.com 23
66
#
7-
# This function synchronize dns domain with the remote server.
7+
# This function synchronise dns domain with the remote server.
88

99
#----------------------------------------------------------#
1010
# Variables & Functions #

bin/v-add-web-domain-stats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
2-
# info: add log analyzer to generate domain statistics
2+
# info: add log analyser to generate domain statistics
33
# options: USER DOMAIN TYPE
44
#
55
# example: v-add-web-domain-stats admin example.com awstats
66
#
7-
# This function is used for enabling log analyzer system to a domain. For viewing
7+
# This function is used for enabling log analyser system to a domain. For viewing
88
# the domain statistics use http://domain.tld/vstats/ link. Access this page
99
# is not protected by default. If you want to secure it with passwords you
1010
# should use v-add-web-domain_stat_auth script.

bin/v-change-remote-dns-domain-exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# info: change remote dns domain expiration date
33
# options: USER DOMAIN
44
#
5-
# This function synchronize dns domain with the remote server.
5+
# This function synchronise dns domain with the remote server.
66

77
#----------------------------------------------------------#
88
# Variables & Functions #

bin/v-change-remote-dns-domain-soa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# example: v-change-remote-dns-domain-soa admin example.org.uk
66
#
7-
# This function synchronize dns domain with the remote server.
7+
# This function synchronise dns domain with the remote server.
88

99
#----------------------------------------------------------#
1010
# Variables & Functions #

bin/v-change-remote-dns-domain-ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# example: v-change-remote-dns-domain-ttl admin domain.tld
66
#
7-
# This function synchronize dns domain with the remote server.
7+
# This function synchronise dns domain with the remote server.
88

99
#----------------------------------------------------------#
1010
# Variables & Functions #

bin/v-delete-remote-dns-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# example: v-delete-remote-dns-domain admin example.tld
66
#
7-
# This function synchronize dns with the remote server.
7+
# This function synchronise dns with the remote server.
88

99
#----------------------------------------------------------#
1010
# Variables & Functions #

bin/v-delete-remote-dns-record

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# example: v-delete-remote-dns-record user07 acme.com 44
66
#
7-
# This function synchronize dns with the remote server.
7+
# This function synchronise dns with the remote server.
88

99
#----------------------------------------------------------#
1010
# Variables & Functions #

bin/v-sync-dns-cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# info: synchronize dns domains
33
# options: HOST
44
#
5-
# This function synchronize all dns domains.
5+
# This function synchronise all dns domains.
66

77
#----------------------------------------------------------#
88
# Variables & Functions #

bin/v-update-sys-ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This function scans configured ip in the system and register them with hestia
99
# internal database. This call is intended for use on vps servers, where ip is
10-
# set by hypervizor.
10+
# set by hypervisor.
1111

1212
#----------------------------------------------------------#
1313
# Variables & Functions #

0 commit comments

Comments
 (0)