Fixed typos in POD.
authorarensb <arensb>
Wed, 2 Oct 2002 17:21:09 +0000 (17:21 +0000)
committerarensb <arensb>
Wed, 2 Oct 2002 17:21:09 +0000 (17:21 +0000)
C4/Context.pm

index 67b4b2c..d0a8a27 100644 (file)
@@ -260,9 +260,9 @@ sub restore_context
 
 =item config
 
-  $value = C4::Config->config("config_variable");
+  $value = C4::Context->config("config_variable");
 
-  $value = C4::Config->config_variable;
+  $value = C4::Context->config_variable;
 
 Returns the value of a variable specified in the configuration file
 from which the current context was created.
@@ -290,7 +290,7 @@ sub config
 
 # AUTOLOAD
 # This implements C4::Config->foo, and simply returns
-# C4::Config->config("foo"), as described in the documentation for
+# C4::Context->config("foo"), as described in the documentation for
 # &config, above.
 sub AUTOLOAD
 {