[pushed] GDB WWW main page adjustements

Message ID 20180209132043.rw4sttbg3xt63fui@adacore.com
State New, archived
Headers

Commit Message

Joel Brobecker Feb. 9, 2018, 1:20 p.m. UTC
  > > Attached are the 3 patches I applied to take care of the above,
> > which is now live.
> 
> Thanks!
> 
> I spotted a typo: "or a on simulator" -> "or on a simulator".

Ah, yes; thanks! Fix thusly with the attached patch...
  

Patch

From 97e21d159cf8c0e474afc74da773d492b7b7d398 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
Date: Fri, 9 Feb 2018 17:18:41 +0400
Subject: [PATCH] fix typo in main page (a on simulator -> on a simulator)

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index db4985b..8888b32 100644
--- a/index.html
+++ b/index.html
@@ -66,7 +66,7 @@  correcting the effects of one bug and go on to learn about another.
 </ul>
 
 Those programs might be executing on the same machine as GDB (native),
-on another machine (remote), or a on simulator.  GDB can run on most
+on another machine (remote), or on a simulator.  GDB can run on most
 popular UNIX and Microsoft Windows variants, as well as on Mac OS X.<p>
 
 <h3>What Languages does GDB Support?</h3>
-- 
2.11.0