Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37769481
en ru br
ALT Linux repos
S:2.0.0-alt1.qa2
5.0: 2.0.0-alt1
4.1: 2.0.0-alt1
4.0: 2.0.0-alt0.M40.1

Group :: File tools
RPM: docbook-to-man

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0011-Correct-spelling-mistakes-in-binary.patch
Download


From: Chris Lamb <lamby@debian.org>
Date: Mon, 30 Oct 2017 09:51:04 +0000
Subject: Correct spelling mistakes in binary.
---
 Instant/browse.c | 2 +-
 Instant/info.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Instant/browse.c b/Instant/browse.c
index a1dde52..503c6cb 100644
--- a/Instant/browse.c
+++ b/Instant/browse.c
@@ -275,7 +275,7 @@ Browse()
 	else if (!strcmp(cmd, "quit")) break;
 
 	else
-	    fprintf(stderr, "Unknown command '%s' - ingored.\n", cmd);
+	    fprintf(stderr, "Unknown command '%s' - ignored.\n", cmd);
     }
     putc(NL, stdout);
 }
diff --git a/Instant/info.c b/Instant/info.c
index 7d9c494..a8abc55 100644
--- a/Instant/info.c
+++ b/Instant/info.c
@@ -253,7 +253,7 @@ PrintStats(
     int		dif_el=0, tot_el=0, tot_data=0, nchars, max_depth=0;
     float	pct;
 
-    fprintf(outfp, "%-22s %s   %s\n", "Element name",    "Occurrances", "Character Content");
+    fprintf(outfp, "%-22s %s   %s\n", "Element name",    "Occurrences", "Character Content");
     fprintf(outfp, "%-22s %s   %s\n", "---------------", "-----------", "-----------------");
 
     acc_tots(top, &tot_el, &tot_data, &max_depth);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin