From 17b753f23a0b97f9a1db6c4d03e6cdff5a54f8f6 Mon Sep 17 00:00:00 2001
From: StudioEtrange <StudioEtrange@github.com>
Date: Wed, 20 May 2015 04:33:57 -0400
Subject: [PATCH] GitHub284: Fix typo in xx-32.pl scripts.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Signed-off-by: Rich Salz <rsalz@openssl.org>
---
 util/pl/BC-32.pl | 2 +-
 util/pl/VC-32.pl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index ed28e65e6..f7161d7bf 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -130,7 +130,7 @@ sub do_link_rule
 	local($ret,$_);
 	
 	$file =~ s/\//$o/g if $o ne '/';
-	$n=&bname($targer);
+	$n=&bname($target);
 	$ret.="$target: $files $dep_libs\n";
 	$ret.="\t\$(LINK) \$(LFLAGS) $files \$(APP_EX_OBJ), $target,, $libs\n\n";
 	return($ret);
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 852eb30d0..da05e9dff 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -357,7 +357,7 @@ sub do_link_rule
 	my($target,$files,$dep_libs,$libs,$standalone)=@_;
 	local($ret,$_);
 	$file =~ s/\//$o/g if $o ne '/';
-	$n=&bname($targer);
+	$n=&bname($target);
 	$ret.="$target: $files $dep_libs\n";
 	if ($standalone == 1)
 		{