From 1c10f98a564abaf8e7005c63cd2f9fe01a15b684 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Mon, 27 Apr 2015 12:05:36 -0400 Subject: [PATCH] Fix for "and and" and "the the" typos in the README file. (weijg.fnst@cn.fujitsu.com) --- README | 4 ++-- help.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 8b607c6..cd05811 100644 --- a/README +++ b/README @@ -79,7 +79,7 @@ $ make The initial build will take several minutes because the embedded gdb module - must be configured and and built. Alternatively, the crash source RPM file + must be configured and built. Alternatively, the crash source RPM file may be installed and built, and the resultant crash binary RPM file installed. The crash binary can only be used on systems of the same architecture as @@ -344,7 +344,7 @@ Alternatively, you can create shared object library files consisting of crash command extensions, that can be dynamically linked into the crash - executable during runtime or during initialization. This will allow the + executable during runtime or during initialization. This will allow the same shared object to be used with subsequent crash releases without having to re-merge the command's code into each new set of crash sources. The dynamically linked-in commands will automatically show up in the crash diff --git a/help.c b/help.c index ede3ad5..39ccbc9 100644 --- a/help.c +++ b/help.c @@ -8047,7 +8047,7 @@ README_ENTER_DIRECTORY, " $ make", "", " The initial build will take several minutes because the embedded gdb module", -" must be configured and and built. Alternatively, the crash source RPM file", +" must be configured and built. Alternatively, the crash source RPM file", " may be installed and built, and the resultant crash binary RPM file installed.", "", " The crash binary can only be used on systems of the same architecture as", @@ -8272,7 +8272,7 @@ README_GNU_GDB_VERSION, "", " Alternatively, you can create shared object library files consisting of", " crash command extensions, that can be dynamically linked into the crash", -" executable during runtime or during initialization. This will allow the", +" executable during runtime or during initialization. This will allow", " the same shared object to be used with subsequent crash releases without", " having to re-merge the command's code into each new set of crash sources.", " The dynamically linked-in commands will automatically show up in the crash",