From 84fdd1a5d42c2f0c896620d6e7eadfc088fc8beb Mon Sep 17 00:00:00 2001
From: Michael Miday <hanakin@users.noreply.github.com>
Date: Sat, 25 Mar 2017 10:07:43 -0400
Subject: [PATCH] [ticket/15115] Fix typo

PHPBB3-15115
---
 phpBB/styles/prosilver/theme/tweaks.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index c8075c0252..d6328ae5f6 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -28,7 +28,7 @@ dd label input {
 	height: 20px\9;
 }
 
-/* IE8 often can"t handle max-width in %, so we use px instead */
+/* IE8 often can not handle max-width in %, so we use px instead */
 .postprofile .avatar img {
 	max-width: 150px\9;
 }