From c6643cee4dc2f1776b65aef19239eec4fcfe02b8 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Tue, 27 May 2025 11:55:01 +0100
Subject: [PATCH] Fix wording typos

---
 .../roles/iptrunk_checks/tasks/check_trunk_interface.yaml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geant/gap_ansible/roles/iptrunk_checks/tasks/check_trunk_interface.yaml b/geant/gap_ansible/roles/iptrunk_checks/tasks/check_trunk_interface.yaml
index 25bf3e41..44014489 100644
--- a/geant/gap_ansible/roles/iptrunk_checks/tasks/check_trunk_interface.yaml
+++ b/geant/gap_ansible/roles/iptrunk_checks/tasks/check_trunk_interface.yaml
@@ -15,7 +15,7 @@
         commands: "ping {{ side_b_ipv4_address.split('/')[0] }} rapid size {{ rapid_ping_size }} count {{ rapid_ping_count }}"
       register: response
 
-    - name: Show rapid ping resulst
+    - name: Show rapid ping results
       ansible.builtin.debug:
         var: response.stdout_lines[0]
 
@@ -24,7 +24,7 @@
         commands: "ping {{ side_b_ipv4_address.split('/')[0] }} size {{ mtu_ping_size }} count {{ mtu_ping_count }} do-not-fragment"
       register: response
 
-    - name: Show MTU ping resulst
+    - name: Show MTU ping results
       ansible.builtin.debug:
         var: response.stdout_lines[0]
 
-- 
GitLab