summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-server
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-server')
-rwxr-xr-xsrc/sbin/bcfg2-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server
index ca1565101..9dc40f333 100755
--- a/src/sbin/bcfg2-server
+++ b/src/sbin/bcfg2-server
@@ -24,7 +24,7 @@ class SetupError(Exception):
pass
class Bcfg2Serv(Bcfg2.Component.Component):
- """The Bcfg2 Server component providing XML-RPC access to Bcfg methods"""
+ """The Bcfg2 Server component providing XML-RPC access to Bcfg2 methods"""
__name__ = 'bcfg2'
__implementation__ = 'bcfg2'
fork_funcs = ['GetConfig', 'GetProbes']