Fix various documentation/typos; remove a few superfluous things.

This commit is contained in:
Jon Siwek 2013-06-03 16:03:25 -05:00
parent 8e7ef001b3
commit a5e1810aa8
17 changed files with 110 additions and 103 deletions

View file

@ -80,7 +80,7 @@ private:
* components, a plugin can also provide of script-level elements defined in
* *.bif files.
*
* Currently, all plugins ard compiled statically into the final Bro binary.
* Currently, all plugins are compiled statically into the final Bro binary.
* Later, we will extend the infrastructure to also support plugins loaded
* dynamically as shared libraries.
*/
@ -124,8 +124,6 @@ public:
/**
* Returns a list of all components the plugin provides.
* BRO_PLUGIN_VERSION_BUILTIN indiciates that it's a plugin compiled
* in statically.
*/
component_list Components();