summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 59f8caa687..4b290075cc 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4307,18 +4307,18 @@
4307 A source plugin is created as a subclass of 4307 A source plugin is created as a subclass of
4308 <filename>SourcePlugin</filename>. 4308 <filename>SourcePlugin</filename>.
4309 The plugin file containing it is added to 4309 The plugin file containing it is added to
4310 <filename>scripts/lib/mic/plugins/source/</filename> to 4310 <filename>scripts/lib/wic/plugins/source/</filename> to
4311 make the plugin implementation available to the 4311 make the plugin implementation available to the
4312 <filename>wic</filename> implementation. 4312 <filename>wic</filename> implementation.
4313 For more information, see 4313 For more information, see
4314 <filename>scripts/lib/mic/pluginbase.py</filename>. 4314 <filename>scripts/lib/wic/pluginbase.py</filename>.
4315 </para> 4315 </para>
4316 4316
4317 <para> 4317 <para>
4318 Source plugins can also be implemented and added by 4318 Source plugins can also be implemented and added by
4319 external layers. 4319 external layers.
4320 As such, any plugins found in a 4320 As such, any plugins found in a
4321 <filename>scripts/lib/mic/plugins/source/</filename> 4321 <filename>scripts/lib/wic/plugins/source/</filename>
4322 directory in an external layer are also made 4322 directory in an external layer are also made
4323 available. 4323 available.
4324 </para> 4324 </para>