[12/17] Fix spelling in comments in .in files (readline)

Message ID 1480103203-9710-13-git-send-email-ambrogino.modigliani@mail.com
State New, archived
Headers

Commit Message

Ambrogino Modigliani Nov. 25, 2016, 7:46 p.m. UTC
  readline/ChangeLog:

	* examples/rlfe/config.h.in: Fix spelling in comments.
---
 readline/examples/rlfe/config.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/readline/examples/rlfe/config.h.in b/readline/examples/rlfe/config.h.in
index dbfc369..5dbda05 100644
--- a/readline/examples/rlfe/config.h.in
+++ b/readline/examples/rlfe/config.h.in
@@ -242,7 +242,7 @@ 
 #undef NAMEDPIPE
 
 /*
- * Define this if your system exits select() immediatly if a pipe is
+ * Define this if your system exits select() immediately if a pipe is
  * opened read-only and no writer has opened it.
  */
 #undef BROKEN_PIPE