From 237df75764af27a28daa08e4c7d859bc79d5c7ef Mon Sep 17 00:00:00 2001 From: kafene Date: Fri, 16 Jan 2015 09:01:34 -0500 Subject: [PATCH] spelling correction --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7ad68a0..342e0e5 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Shreddit Details ----------- -Shreddit is a Python command line program which will take a user's post history on the website Reddit (http://reddit.com) and after having the user edit a config file will systematically go through the user's history deleting one post/submission at a time utnil only those whitelisted remain. +Shreddit is a Python command line program which will take a user's post history on the website Reddit (http://reddit.com) and after having the user edit a config file will systematically go through the user's history deleting one post/submission at a time until only those whitelisted remain. Note: When it became known that post edits were *not* saved but post deletions *were* saved code was added to edit your post prior to deletion. In fact you can actually turn off deletion all together and just have lorem ipsum (or a message about Shreddit) but this will increase how long it takes the script to run as it will be going over all of your messages every run! Basically it lets you maintain your normal reddit account while having your history scrubbed after a certain amount of time.