Mercurial > hg > octave-nkf
diff scripts/pkg/private/install.m @ 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 | 5d3a684236b0 |
children | 333243133364 |
line wrap: on
line diff
--- a/scripts/pkg/private/install.m +++ b/scripts/pkg/private/install.m @@ -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