diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/buildall.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/buildall.pl b/sal/qa/buildall.pl index 67265710b11a..20f4dfa4aa04 100644 --- a/sal/qa/buildall.pl +++ b/sal/qa/buildall.pl @@ -141,7 +141,7 @@ sub initEnvironment() $g_sTempDir = $ENV{TMP} ? "$ENV{TMP}${FS}" : "${FS}tmp${FS}"; last SWITCH; } - print STDERR "buildall.pl: unkown platform\n"; + print STDERR "buildall.pl: unknown platform\n"; exit(1); } } |