From 78b88573bc987376d5a51082f46c57b90461502d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Fri, 7 Aug 2015 21:56:34 +0100 Subject: [PATCH] typofix - https://github.com/vlajos/misspell_fixer --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a620428..fe1dff7 100644 --- a/README.rst +++ b/README.rst @@ -211,7 +211,7 @@ __ http://shunit.sourceforge.net/ `shUnit2`__ shUnit2 is a modern xUnit-style testing framework. It comes with a bunch of - magic to remove unneccessary verbosity. It requires extra care when crafting + magic to remove unnecessary verbosity. It requires extra care when crafting test cases with many subprocess invocations as you have to fall back to shell features to fetch results. *assert.sh* wraps this functionality out of the box.