summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-10 10:51:02 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-10 10:51:02 -0400
commit085b157526cd8d23db91e651c1dd4ab3822bb007 (patch)
tree56dbbf5a68ee250b11d22b3ee2c8d32f21621f72
parenta985d8584b3b6dfd8c58ecb59c8d0d865ae83ab1 (diff)
downloadthird_party-cobbler-085b157526cd8d23db91e651c1dd4ab3822bb007.tar.gz
third_party-cobbler-085b157526cd8d23db91e651c1dd4ab3822bb007.tar.xz
third_party-cobbler-085b157526cd8d23db91e651c1dd4ab3822bb007.zip
Fix typo in DHCP management function.
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 1403a36..6ce9d96 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -191,7 +191,7 @@ class BootSync:
if not system_definitions.has_key(interface["dhcp_tag"]):
system_definitions[interface["dhcp_tag"]] = ""
- system_definitions[inteface["dhcp_tag"]] = system_definitions[inteface["dhcp_tag"]] + systxt
+ system_definitions[interface["dhcp_tag"]] = system_definitions[interface["dhcp_tag"]] + systxt
# we are now done with the looping through each interface of each system