changeset 16467:cc9e2751e073

pkg: Typo correction * pkg/private/install.m: Typo correction
author Adam H Aitkenhead <adamhaitkenhead@gmail.com>
date Sat, 06 Apr 2013 18:08:08 +0100
parents ac332eb727dd
children 0f143f68078d
files scripts/pkg/private/install.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/pkg/private/install.m	Sun Apr 07 22:24:34 2013 -0700
+++ b/scripts/pkg/private/install.m	Sat Apr 06 18:08:08 2013 +0100
@@ -181,7 +181,7 @@
 
     ## Did we find any unsatisfied dependencies?
     if (! ok)
-      error ("the following dependencies where unsatisfied:\n  %s", error_text);
+      error ("the following dependencies were unsatisfied:\n  %s", error_text);
     endif
   endif