summaryrefslogtreecommitdiff
path: root/src/migration-scripts/https
diff options
context:
space:
mode:
Diffstat (limited to 'src/migration-scripts/https')
-rw-r--r--src/migration-scripts/https/4-to-52
-rw-r--r--src/migration-scripts/https/5-to-62
2 files changed, 2 insertions, 2 deletions
diff --git a/src/migration-scripts/https/4-to-5 b/src/migration-scripts/https/4-to-5
index a99e8d8a5..5db2e4d04 100644
--- a/src/migration-scripts/https/4-to-5
+++ b/src/migration-scripts/https/4-to-5
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.
-# T5762: http: api: smoketests fail as they can not establish IPv6 connection
+# T5762: http: api: smoketests fail as they cannot establish IPv6 connection
# to uvicorn backend server, always make the UNIX domain socket the
# default way of communication
diff --git a/src/migration-scripts/https/5-to-6 b/src/migration-scripts/https/5-to-6
index f51b35972..8c41f4b61 100644
--- a/src/migration-scripts/https/5-to-6
+++ b/src/migration-scripts/https/5-to-6
@@ -41,7 +41,7 @@ def migrate(config: ConfigTree) -> None:
# Set default certname based on domain-name
cert_name = 'https-' + domain_names[0].split('.')[0]
# Overwrite certname from previous certbot calls if available
- # We can not use python code like os.scandir due to filesystem permissions.
+ # We cannot use python code like os.scandir due to filesystem permissions.
# This must be run as root
certbot_live = f'{vyos_certbot_dir}/live/' # we need the trailing /
if os.path.exists(certbot_live):