From 5909a5f9bcbdb2ec8a265c3a404d166fbb750357 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 10 Oct 2015 14:28:53 +1100 Subject: [PATCH] Fixed typo [ci skip] --- Scripts/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/README.rst b/Scripts/README.rst index f86a9a8b6..c8b06d59c 100644 --- a/Scripts/README.rst +++ b/Scripts/README.rst @@ -12,7 +12,7 @@ pildriver.py (by Eric S. Raymond) -------------------------------------------------------------------- A class implementing an image-processing calculator for scripts. -Parses lists of commnds (or, called interactively, command-line +Parses lists of commands (or, called interactively, command-line arguments) into image loads, transformations, and saves. viewer.py