From 0a4605f6b77f9560ba0c57f5070fe9abf8ce096c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 24 Apr 2015 17:17:36 +0200 Subject: [PATCH] cosmetic --- PLC/BootStates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0