Changes between Version 42 and Version 43 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2010-01-13T14:33:37+01:00 (15 years ago)
Author:
stoecker
Comment:

Typo

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v42 v43  
    7171 * choose a short plugin name {{{apluginame}}}
    7272 * declare a unique Java package {{{foo.bar.apluginame}}}
    73  * implmeent a plugin main class {{{foo.bar.apluginame.APluginName}}}
     73 * implement a plugin main class {{{foo.bar.apluginame.APluginName}}}
    7474
    7575=== The plugin interface ===