grim/purple-spasm

Clean up a bunch typos and stuff

2017-08-07, Gary Kramlich
230fa75fda43
Parents 5c53d898edb4
Children f24061a32385
Clean up a bunch typos and stuff
--- a/README.md Mon Aug 07 21:59:20 2017 -0500
+++ b/README.md Mon Aug 07 21:59:36 2017 -0500
@@ -2,4 +2,4 @@
This is a skeleton repo to make it easier to create libpurple plugins.
-For more information please see. [README.skeleton.md](README.skeleton.md)
+For more information please see [README.skeleton.md](README.skeleton.md).
--- a/README.skeleton.md Mon Aug 07 21:59:20 2017 -0500
+++ b/README.skeleton.md Mon Aug 07 21:59:36 2017 -0500
@@ -2,11 +2,11 @@
This repository is a starting point for writing libpurple plugins.
-You can fork it and use it's build system to build your own custom plugin immediately. By forking this repo you can easily pull in updates to it too!
+You can fork it and use its build system to build your own custom plugin immediately. By forking this repo you can easily pull in updates to it too!
## Getting Started
-This plugin uses the [meson](http://mesonbuild.com/) as it's build system. It is currently set up for simple plugins where all you need to do is make a few changes.
+This plugin uses the [Meson build system](http://mesonbuild.com/). It is currently set up for simple plugins where all you need to do is make a few changes.
Below is the top of the stock `meson.build`.
@@ -39,7 +39,7 @@
If you ever want to uninstall the plugin, you can type `ninja uninstall`.
-While developing your build will become incremental automatically, so if you wnat for a build from scratch, you can use `ninja clean` to remove the intermediate files.
+While developing your build will become incremental automatically, so if you want to build from scratch, you can use `ninja clean` to remove the intermediate files.
## Support