From 77c42190671900a25af038c4a0c960bae1eded66 Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Sat, 11 May 2013 12:53:06 -0500
Subject: [PATCH] This is the View All plugin, not the Print Friendly plugin.
 Let's fix that typo.

---
 readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.txt b/readme.txt
index d5e1ff7..6a657c3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -87,7 +87,7 @@ Further ensures plugins and themes correctly see a "View All" page as full post
 Resolves a problem where requests for view-all templates redirect to the article.
 
 = 0.6 =
-Adds better support for sites that use verbose page rules, resolving situations where requests for print template redirect to the post.
+Adds better support for sites that use verbose page rules, resolving situations where requests for view-all template redirect to the post.
 
 = 0.5 =
 Infinite loops may result from previous method used to display entire post's content for the View All display. This update eliminates that possibility by using the the_post action rather than the the_content filter. Props to the WordPress.com VIP Support team (batmoo) and stevenkword.
-- 
GitLab