From f7e0612a85dfbcef94983d186b19cbdf0c2053e3 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:09:29 +0300 Subject: [PATCH] Fix Typos in Integration Test Comments and Documentation (#85322) * Update specific-revision.yml * Update main.yml --- test/integration/targets/git/tasks/specific-revision.yml | 2 +- test/integration/targets/task-args/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/git/tasks/specific-revision.yml b/test/integration/targets/git/tasks/specific-revision.yml index ffb0a4ed51f..8e44dee17fe 100644 --- a/test/integration/targets/git/tasks/specific-revision.yml +++ b/test/integration/targets/git/tasks/specific-revision.yml @@ -139,7 +139,7 @@ that: - 'git_result.stdout == test_branch_ref_head_id' -# Test that a forced shallow checkout referincing branch only always fetches latest head +# Test that a forced shallow checkout referencing branch only always fetches latest head - name: SPECIFIC-REVISION | clear checkout_dir file: diff --git a/test/integration/targets/task-args/tasks/main.yml b/test/integration/targets/task-args/tasks/main.yml index e1cfe1f6844..56c23b4ca8a 100644 --- a/test/integration/targets/task-args/tasks/main.yml +++ b/test/integration/targets/task-args/tasks/main.yml @@ -1,4 +1,4 @@ -# DTFIX-FUTURE: finish the full precedence decscription in DT docs and include it here +# DTFIX-FUTURE: finish the full precedence description in DT docs and include it here - name: validate templated raw params from the action statement and the args keyword are merged echo: '{{ vp }}'