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=e758123dc972e3fc5eefb0ac6931cd818e6c5e94;p=opensrf%2Fbjwebb.git Typo reported by Dan Scott git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@860 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/System.pm b/src/perlmods/OpenSRF/System.pm index 6d152a7..cf3e840 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);