From 0709f4ab42ff265f8a8d96da0c3344560630fb01 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 11 Mar 2026 11:44:39 +0530 Subject: [PATCH] qa: correct wording of comment Signed-off-by: Patrick Donnelly (cherry picked from commit 83ecfdfe8b9dcb7048f21fda75d808d4189cacd9) --- qa/tasks/cephfs/mount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index 2fe003666239..3c8c9f3992de 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -290,7 +290,7 @@ class CephFSMountBase(object): # Setup the ceph-brx and always use the last valid IP if not brx: - log.info("Setuping the 'ceph-brx' with {0}/{1}".format(ip, mask)) + log.info("Setting up the 'ceph-brx' with {0}/{1}".format(ip, mask)) self.run_shell_payload(f""" set -e @@ -403,7 +403,7 @@ class CephFSMountBase(object): mask = self.ceph_brx_net.split('/')[1] brd = net.broadcast_address - log.info("Setuping the netns '{0}' with {1}/{2}".format(self.netns_name, ip, mask)) + log.info("Setting up the netns '{0}' with {1}/{2}".format(self.netns_name, ip, mask)) # Setup the veth interfaces brxip = bridge_ip -- 2.47.3