jed-users mailing list

[2021 Date Index] [2021 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Spelling errors in source files


Dear JED developers,

In the Debian package for JED, we are applying the patch attached to this message, which fixes spelling errors in files src/file.c and doc/manual/jed.1.

Please, consider integrating this change in the next release tarball.

Best,

Rafael Laboissière
Description: Fix spelling errors in source files
Author: Rafael Laboissière <rafael@xxxxxxxxxx>
Forwarded: no
Last-Update: 2021-09-20

--- a/src/file.c
+++ b/src/file.c
@@ -581,7 +581,7 @@
 		  return total;
 	       }
 #endif
-	     jed_verror ("Write Failed: (%d bytes attemped, errno = %d)", len, errno);
+	     jed_verror ("Write Failed: (%d bytes attempted, errno = %d)", len, errno);
 	     return total;
 	  }
 
--- jed-0.99.20~pre151.orig/doc/manual/jed.1
+++ jed-0.99.20~pre151/doc/manual/jed.1
@@ -135,9 +135,9 @@ into current buffer.
 .LP
 .SS X options
 .B xjed
-accapts the common options like
+accepts the common options like
 .I \-display, \-name, \-fn and \-geometry.
-Additionaly it accepts
+Additionally it accepts
 .LP
 .I \-facesize SIZE, \-fs SIZE
 .RS

[2021 date index] [2021 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]