diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-10-31 14:04:03 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-10-31 14:04:03 +0000 |
| commit | 3eeb8b885e551f7e3a0595076704ca9dd8e0e021 (patch) | |
| tree | 804be2fe5bb1768c8e1b69fbd96416bbef0abe6f /src/lib | |
| parent | ead27415e29463246fef0a88f51ba6d78733b2c6 (diff) | |
Fix typo in last
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9259 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/rpc/unit-test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in index 57f75cdbc..a9ec059c0 100644 --- a/src/lib/rpc/unit-test/Makefile.in +++ b/src/lib/rpc/unit-test/Makefile.in @@ -27,7 +27,7 @@ client.c server.c: rpc_test.h check unit-test:: unit-test-@DO_TEST@ unit-test-: - @echo "The rpc tests require PERL, Tcl, and runtest" + @echo "The rpc tests require Perl, Tcl, and runtest" @echo "No tests run here" unit-test-ok:: unit-test-setup unit-test-body unit-test-cleanup |
