From d214e0cf99aa7a179f55155559ed9b842876f799 Mon Sep 17 00:00:00 2001 From: precla Date: Sun, 22 Nov 2015 16:39:44 +0100 Subject: [PATCH] Fixed small typos. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e1cd19331..bb1d96c50 100644 --- a/README.rst +++ b/README.rst @@ -49,8 +49,8 @@ When creating a pull request, please consider the following checklist: production code. * rebase on top of master periodically * if your patch is against the current stable release branch, please also - forward-poret the patch to master (at the time of this writing, automatic + forward-port the patch to master (at the time of this writing, automatic merge in git does not work, possibly because the branch was created in svn) * if your patch adds a new .cpp file, please make sure it's added to the appropriate ``Jamfile``, ``Makefile.am`` and ``CMakeList.txt``. If it's adding - a header file, make sure it's added to ``include/libtorrent/Makefile,am``. + a header file, make sure it's added to ``include/libtorrent/Makefile.am``.