diff --git a/NEWS b/NEWS
index ac1bf7220b3996638e48e4a59f02d570818dac64..e22ca1397eb9c6800ae68f9a9321a4927f8823a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1267,7 +1267,7 @@
 		is now a preliminary (read: needs testing) fix for
 		resizing the editor in any mode other than normal edit
 		mode.  Other fixes include some more tab completion
-		segfaults, and an silly segfault that occurred when
+		segfaults, and a silly segfault that occurred when
 		successfully writing a file on the 2nd try (i.e. after
 		an initial write error).  Slowly but surely, on toward
 		1.0 we travel.
diff --git a/doc/nano.1 b/doc/nano.1
index a22125651ce7ed8073d2e970813d0632308223cc..dbff4870848ce2e2adb748c8ed077048abf92e4d 100644
--- a/doc/nano.1
+++ b/doc/nano.1
@@ -32,7 +32,7 @@ of Pico, but is free software, and implements several features that Pico
 lacks, such as: opening multiple files, scrolling per line, undo/redo,
 syntax coloring, line numbering, and soft-wrapping overlong lines.
 
-When giving filename on the command line, the cursor can be put on a
+When giving a filename on the command line, the cursor can be put on a
 specific line by adding the line number with a plus sign (\fB+\fR) before
 the filename, and even in a specific column by adding it with a comma.