From ed1526bfe32d2d5c1d251105348a6a26c7d9a3b2 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 3 Apr 2007 03:49:30 +0000 Subject: [PATCH] Typo reported by Dan Scott git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7128 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/openils.xml.example | 6 +++--- OpenSRF/src/perlmods/OpenSRF/System.pm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/examples/openils.xml.example b/Open-ILS/examples/openils.xml.example index 6424f52951..d21885d7eb 100644 --- a/Open-ILS/examples/openils.xml.example +++ b/Open-ILS/examples/openils.xml.example @@ -543,7 +543,7 @@ Example opensrf config file for OpenILS 17 opensrf.settings_unix.sock - opoensrf.settings_unix.pid + opensrf.settings_unix.pid 300 opensrf.settings_unix.log 5 @@ -561,7 +561,7 @@ Example opensrf config file for OpenILS 17 opensrf.collections_unix.sock - opoensrf.collections_unix.pid + opensrf.collections_unix.pid 1000 opensrf.collections_unix.log 1 @@ -579,7 +579,7 @@ Example opensrf config file for OpenILS 99 opensrf.reporter_unix.sock - opoensrf.reporter_unix.pid + opensrf.reporter_unix.pid 1000 opensrf.reporter_unix.log 1 diff --git a/OpenSRF/src/perlmods/OpenSRF/System.pm b/OpenSRF/src/perlmods/OpenSRF/System.pm index c88324fdf0..eb18ad47a5 100644 --- a/OpenSRF/src/perlmods/OpenSRF/System.pm +++ b/OpenSRF/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); -- 2.11.0