typeo

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142900 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/lldb-gdb.html b/www/lldb-gdb.html
index d20c69a..2f73378 100755
--- a/www/lldb-gdb.html
+++ b/www/lldb-gdb.html
@@ -350,7 +350,7 @@
                         </td>
                     </tr>
 
-                    <tr><td class="header" colspan="2">Display a the variable "argc" and "argv" everytime you stop.</td></tr>
+                    <tr><td class="header" colspan="2">Display a the variable "argc" and "argv" every time you stop.</td></tr>
                     <tr>
                         <td class="content">
                             <b>(lldb)</b> target stop-hook add --one-liner "frame variable argc argv"<br>