diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-03 12:36:49 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-03 12:39:30 +0400 |
commit | b0184ebaa4dcc2ad2eb2a258e21212e9e4a74175 (patch) | |
tree | 9322c8ea14db90870db3cbc68807171ed448dd92 /officecfg/registry | |
parent | 0d1a2c1e94b26d4837c77f76d58bb7402f785397 (diff) |
completition->completion :)
Change-Id: I7a5ae7cc0d6a253bbc27db076babedd65c89be1a
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs index 2d8ffc48d616..9bf9b3dfd238 100644 --- a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs @@ -28,7 +28,7 @@ </info> <prop oor:name="CodeComplete" oor:type="xs:boolean" oor:nillable="false"> <info> - <desc>Sets the code completition on/off. Default is false.</desc> + <desc>Sets the code completion on/off. Default is false.</desc> </info> <value>false</value> </prop> |