From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Mon, 24 Nov 2008 20:47:44 +0000 (+0000)
Subject: spelling
X-Git-Tag: PLCAPI-4.3-2~8
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=079f7af7a8b1fe8cc93c3437275658d3454729c3;p=plcapi.git

spelling
---

diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py
index 707439a4..cbc4fb3f 100644
--- a/PLC/Accessors/Accessors_standard.py
+++ b/PLC/Accessors/Accessors_standard.py
@@ -35,7 +35,7 @@ define_accessors(current_module, Node, "Deployment", "deployment", "node/operati
 define_accessors(current_module, Node, "Extensions", "extensions", "node/config", "space-separated list of extensions to install",
                  get_roles=all_roles, set_roles=['admin'])
 # test nodes perform their installation from an uncompressed bootstrapfs
-define_accessors(current_module, Node, "PlainBoostrapfs", "plain-bootstrapfs", "node/config", "use uncompressed bootstrapfs when set",
+define_accessors(current_module, Node, "PlainBootstrapfs", "plain-bootstrapfs", "node/config", "use uncompressed bootstrapfs when set",
                  get_roles=all_roles, set_roles=['admin','pi','tech'])
 
 # interface accessors