From 6258832776b113b09e963680ef121b363dd8d292 Mon Sep 17 00:00:00 2001
From: Mark Otto <mark.otto@twitter.com>
Date: Wed, 31 Aug 2011 16:26:47 -0700
Subject: [PATCH] spelling mistakes and undo of one comment

---
 docs/index.html   | 4 ++--
 lib/patterns.less | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/index.html b/docs/index.html
index 97b633ca50..46e2881a85 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1103,7 +1103,7 @@
     <div class="span12 columns">
       <div class="alert-message warning">
         <a class="close" href="#">&times;</a>
-        <p><strong>Holy gaucamole!</strong> Best check yo self, you’re not looking too good.</p>
+        <p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
       </div>
       <div class="alert-message error">
         <a class="close" href="#">&times;</a>
@@ -1129,7 +1129,7 @@
     <div class="span12 columns">
       <div class="alert-message block-message warning">
         <a class="close" href="#">&times;</a>
-        <p><strong>Holy gaucamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
+        <p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
         <div class="alert-actions">
           <a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
         </div>
diff --git a/lib/patterns.less b/lib/patterns.less
index bcd99cca46..219e26b3f8 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -745,7 +745,7 @@ input[type=submit].btn {
   .inner {
     background-color: #333;
     background-color: rgba(0,0,0,.8);
-    *background-color: #333; // IE 6-7
+    *background-color: #333; /* IE 6-7 */
     padding: 3px;
     overflow: hidden;
     width: 280px;
-- 
GitLab