From: Sven Schöling Date: Wed, 14 Sep 2011 09:45:56 +0000 (+0200) Subject: typo X-Git-Tag: release-2.7.0beta1~298 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=faada7386844d5b45d03721f8ff5ce6ab61efe55;p=kivitendo-erp.git typo --- diff --git a/SL/InstanceConfiguration.pm b/SL/InstanceConfiguration.pm index 47cdd0e19..24fd3be28 100644 --- a/SL/InstanceConfiguration.pm +++ b/SL/InstanceConfiguration.pm @@ -64,7 +64,7 @@ SL::InstanceConfiguration - Provide instance-specific configuration data =head1 SYNOPSIS Lx-Office has two configuration levels: installation specific -(provided by the global variable C<%::lxoffice_conf>) and instance +(provided by the global variable C<%::lx_office_conf>) and instance specific. The latter is provided by a global instance of this class, C<$::instance_conf>.