aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboupgrade b/sboupgrade
index 775ded9..cdedb78 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -109,7 +109,7 @@ if ($no_reqs or $non_int) {
}
for my $sbo (@$build_queue) {
$locations{$sbo} = get_sbo_location ($sbo);
- die "Unable to location $sbo in the SlackBuilds.org tree.\n" unless
+ die "Unable to locate $sbo in the SlackBuilds.org tree.\n" unless
defined $locations{$sbo};
}