X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FBootStates.py;h=2bbcf0de3f8e125edb2f9e7b01eeecada6b97467;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=11cd3b76dedaace21b1b9c5d8856f18d8ddfe9f6;hpb=4e770b3cf4e6b16150fd479ace9854eaee3399b6;p=plcapi.git diff --git a/PLC/BootStates.py b/PLC/BootStates.py index 11cd3b7..2bbcf0d 100644 --- a/PLC/BootStates.py +++ b/PLC/BootStates.py @@ -27,7 +27,7 @@ class BootState(Row): if not len(name): raise PLCInvalidArgument, "Boot state must be specified" - # Make sure boot state does not alredy exist + # Make sure boot state does not already exist conflicts = BootStates(self.api, [name]) if conflicts: raise PLCInvalidArgument, "Boot state name already in use"