From 725e2b9ccf66cd54e64ff5d15bf8b2744b5122cd Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@rebertia.com>
Date: Wed, 11 Sep 2013 16:24:03 -0700
Subject: [PATCH] re-fix typo in comment

---
 less/responsive-utilities.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less
index 6cacabec75..6b45662662 100644
--- a/less/responsive-utilities.less
+++ b/less/responsive-utilities.less
@@ -8,7 +8,7 @@
 // Support for responsive views via media queries is kind of borked in IE10, for
 // Surface/desktop in split view and for Windows Phone 8. This particular fix
 // must be accompanied by a snippet of JavaScript to sniff the user agent and
-// apply some condtional CSS to *only* the Surface/desktop Windows 8. Look at
+// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
 // our Getting Started page for more information on this bug.
 //
 // For more information, see the following:
-- 
GitLab