pidgin/nest

Fix some typos and add some addtional text to the version control page.
--- a/hugo/content/development/version-control.md Sun Feb 03 20:58:18 2019 -0500
+++ b/hugo/content/development/version-control.md Sun Feb 03 21:09:43 2019 -0500
@@ -1,6 +1,6 @@
---
title: "Version Control"
-date: 2019-02-01T03:51:53+00:00
+date: 2019-02-03T21:08:00-05:00
anchor: "development"
replaces: [
"developer.pidgin.im/wiki/UsingPidginMercurial",
@@ -15,8 +15,8 @@
Pidgin itself lives in the [bitbucket.org/pidgin/main](https://bitbucket.org/pidgin/main) repository. This include Pidgin 2 on the `release-2.x.y` branch as well as Pidgin 3 on the `default` branch.
-The default branch has moved libgnt out to it's own repository at [bitbucket.org/pidgin/libgnt](https://bitbucket.org/pidgin/libgnt) to make it more accessible to other developers.
+The default branch has moved libgnt out to its own repository at [bitbucket.org/pidgin/libgnt](https://bitbucket.org/pidgin/libgnt) to make it more accessible to other developers. The intent here is to have it be a separate package on all distributions to make it more accessible to users as well as developers. This will help on distributions such as Slackware that enforce rules of one distribution package per source package.
Pidgin 3 also depends on [bitbucket.org/pidgin/talkatu](https://bitbucket.org/pidgin/talkatu) for reuseable [Gtk+](https://gtk.org) widgets that are geared towards messaging clients.
-Purple 3 has adopted [gplugin](https://bitbucket.org/gplugin/gplugin) which is a library that handles plugins in multiple langauages leveraging [gobject-introspection](https://gi.readthedocs.io/en/latest/). It currently supports, C/C++, Python, and Lua plugins.
+Purple 3 has adopted [gplugin](https://bitbucket.org/gplugin/gplugin), which is a library that handles plugins in multiple langauages leveraging [gobject-introspection](https://gi.readthedocs.io/en/latest/). It currently supports C/C++, Python, and Lua plugins, with more languages planned for the future.