From baaa6bad1386d4e1a5831a31b1be383a1d16a692 Mon Sep 17 00:00:00 2001
From: Erick Hitter <services@ethitter.com>
Date: Sat, 2 Apr 2016 10:25:04 -0700
Subject: [PATCH] Nitpicky updates: spacing and grammar

---
 eth-simple-shortlinks.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eth-simple-shortlinks.php b/eth-simple-shortlinks.php
index b463a24..ed493dd 100644
--- a/eth-simple-shortlinks.php
+++ b/eth-simple-shortlinks.php
@@ -46,7 +46,7 @@ class ETH_Simple_Shortlinks {
 	/**
 	 * Dummy magic methods
 	 */
-	public function __clone() {_doing_it_wrong( __FUNCTION__, 'Cheatin&#8217; huh?', '0.1' ); }
+	public function __clone() { _doing_it_wrong( __FUNCTION__, 'Cheatin&#8217; huh?', '0.1' ); }
 	public function __wakeup() { _doing_it_wrong( __FUNCTION__, 'Cheatin&#8217; huh?', '0.1' ); }
 	public function __call( $name = '', $args = array() ) { unset( $name, $args ); return null; }
 
@@ -103,7 +103,7 @@ class ETH_Simple_Shortlinks {
 	/**
 	 * Catch this plugin's requests and issue redirects, otherwise WP will serve content at duplicate URLs
 	 *
-	 * Let's invalid post IDs fall through to WP's 404 handler, or anything else that might intercede
+	 * Allows invalid post IDs fall through to WP's 404 handler, or anything else that might intercede
 	 *
 	 * URLs aren't validated in case plugins filter permalinks to point to external URLs
 	 */
-- 
GitLab