From: miker Date: Tue, 3 Apr 2007 03:47:21 +0000 (+0000) Subject: Typo reported by Dan Scott X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9b201abaff28b5c70bf1bce96454d3e6d67f914b;p=OpenSRF.git Typo reported by Dan Scott git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@860 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/System.pm b/src/perlmods/OpenSRF/System.pm index c88324f..eb18ad4 100644 --- a/src/perlmods/OpenSRF/System.pm +++ b/src/perlmods/OpenSRF/System.pm @@ -201,7 +201,7 @@ sub bootstrap { push @OpenSRF::UnixServer::ISA, $server_type; - _log( " * System boostrap" ); + _log( " * System bootstrap" ); # --- Boot the Unix servers $self->launch_unix($apps);