summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-25 18:28:43 +0200
committerSebastian Schmelzer2011-05-25 18:28:43 +0200
commit02837c6f04c137a922fb07b8967bed17541eba5a (patch)
tree625d2e97139168197a1f1ab2c811eb376f19386a /src
parentadd missing files for fedora .. (diff)
downloadcore-02837c6f04c137a922fb07b8967bed17541eba5a.tar.gz
core-02837c6f04c137a922fb07b8967bed17541eba5a.tar.xz
core-02837c6f04c137a922fb07b8967bed17541eba5a.zip
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/xserver/OpenSLX/Distro/Fedora.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/xserver/OpenSLX/Distro/Fedora.pm b/src/os-plugins/plugins/xserver/OpenSLX/Distro/Fedora.pm
index 6bfda47e..d02ec84b 100644
--- a/src/os-plugins/plugins/xserver/OpenSLX/Distro/Fedora.pm
+++ b/src/os-plugins/plugins/xserver/OpenSLX/Distro/Fedora.pm
@@ -12,7 +12,7 @@
# - provides fedora-specific overrides of the Distro API for the xserver
# plugin.
# -----------------------------------------------------------------------------
-package xserver::OpenSLX::Distro::fedora;
+package xserver::OpenSLX::Distro::Fedora;
use strict;
use warnings;