This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [pushed] GDB WWW main page adjustements


> > 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...

-- 
Joel
>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]