gprofng: testsuite: fix 'wrapper' typo

Message ID 4ed3a8cca2f93dabcca266fc5b5e65109de97971.1723961062.git.sam@gentoo.org
State New
Headers
Series gprofng: testsuite: fix 'wrapper' typo |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Test passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Test passed

Commit Message

Sam James Aug. 18, 2024, 6:04 a.m. UTC
  gprofng/ChangeLog
            * testsuite/config/default.exp: Fix 'wrapper' typo.
---
OK? I'll check it in as obvious in a day or two.

 gprofng/testsuite/config/default.exp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 81e9e54636835c1fc286d87d33d51a8b3da7b35a
  

Patch

diff --git a/gprofng/testsuite/config/default.exp b/gprofng/testsuite/config/default.exp
index 74d1dad1b48..3681c8057c5 100644
--- a/gprofng/testsuite/config/default.exp
+++ b/gprofng/testsuite/config/default.exp
@@ -53,7 +53,7 @@  if { "$CHECK_TARGET" == "check-install" } {
         append ld_library_path ":${BUILDDIR}/../libiberty"
     }
 
-    set f [open "gprofng_wraper" w+]
+    set f [open "gprofng_wrapper" w+]
     puts $f "#!$BASH"
     puts $f "LD_LIBRARY_PATH=$ld_library_path:$orig_ld_library_path"
     puts $f "GPROFNG_SYSCONFDIR=$env(srcroot)/src"
@@ -61,8 +61,8 @@  if { "$CHECK_TARGET" == "check-install" } {
     puts $f "export LD_LIBRARY_PATH GPROFNG_SYSCONFDIR GPROFNG_PRELOAD_LIBDIRS"
     puts $f "${BUILDDIR}/src/gprofng \"\$@\""
     close $f
-    file attributes gprofng_wraper -permissions +rx
-    set ::env(GPROFNG) "$BUILDDIR/gprofng_wraper"
+    file attributes gprofng_wrapper -permissions +rx
+    set ::env(GPROFNG) "$BUILDDIR/gprofng_wrapper"
 }
 puts "### GPROFNG: $env(GPROFNG)"