summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-11-21 18:39:27 +0100
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-11-21 18:39:27 +0100
commit8fe30542b2aa0a1d360de60837083ab18c57fe37 (patch)
tree7dbf2a8356476f986ba795812f0c6f041ec74300 /src
parent838067138828a8ebf1d4cb37b47d87c07d4c8aae (diff)
downloadbcfg2-8fe30542b2aa0a1d360de60837083ab18c57fe37.tar.gz
bcfg2-8fe30542b2aa0a1d360de60837083ab18c57fe37.tar.bz2
bcfg2-8fe30542b2aa0a1d360de60837083ab18c57fe37.zip
Client: Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/Bcfg2/Client/Tools/POSIX/Device.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Client/Tools/POSIX/Device.py b/src/lib/Bcfg2/Client/Tools/POSIX/Device.py
index 6237ccce2..e90ecd384 100644
--- a/src/lib/Bcfg2/Client/Tools/POSIX/Device.py
+++ b/src/lib/Bcfg2/Client/Tools/POSIX/Device.py
@@ -1,4 +1,4 @@
-""" Handle <Path type='nonexistent' ...> entries """
+""" Handle <Path type='device' ...> entries """
import os
import sys
@@ -6,7 +6,7 @@ from Bcfg2.Client.Tools.POSIX.base import POSIXTool, device_map
class POSIXDevice(POSIXTool):
- """ Handle <Path type='nonexistent' ...> entries """
+ """ Handle <Path type='device' ...> entries """
__req__ = ['name', 'dev_type', 'mode', 'owner', 'group']
def fully_specified(self, entry):