gplugin/gplugin

Fix some capitalization.
bugfix/docs-cleanup
2019-08-15, Gary Kramlich
4c157cd33749
Parents 66388c55755d
Children 7fcb5b00a2c0
Fix some capitalization.
--- a/gplugin/reference/embedding.xml Thu Aug 15 23:10:00 2019 -0500
+++ b/gplugin/reference/embedding.xml Thu Aug 15 23:16:50 2019 -0500
@@ -23,10 +23,10 @@
During the start up of your application you need to add the following
code:
<informalexample><programlisting>
- /* initialize the GPlugin library */
+ /* Initialize the GPlugin library */
gplugin_init();
- /* tell gplugin to look for plugins in its default paths */
+ /* Tell GPlugin to look for plugins in its default paths */
gplugin_manager_add_default_paths();
/* Optionally tell GPlugin to look for plugins in application specific