# HG changeset patch # User Adam H Aitkenhead # Date 1365268088 -3600 # Node ID cc9e2751e0730aa8ff2498d829c01903c1d2d7fe # Parent ac332eb727ddaf3554c5607fb1acce87444f9fae pkg: Typo correction * pkg/private/install.m: Typo correction diff -r ac332eb727dd -r cc9e2751e073 scripts/pkg/private/install.m --- 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