From bfa7e2b48ef9846321b6756a275a65fca001e021 Mon Sep 17 00:00:00 2001 From: Tad Marshall Date: Mon, 17 Oct 2011 17:31:07 -0400 Subject: [PATCH] Fixed typo in README -- 'Readl world' => 'Real world' --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6c693ed..f008d2d 100644 --- a/README.markdown +++ b/README.markdown @@ -12,7 +12,7 @@ Line editing with some support for history is a really important feature for com So what usually happens is either: - * Large programs with configure scripts disabling line editing if readline is not present in the system, or not supporting it at all since readline is GPL licensed and libedit (the BSD clone) is not as known and available as readline is (Readl world example of this problem: Tclsh). + * Large programs with configure scripts disabling line editing if readline is not present in the system, or not supporting it at all since readline is GPL licensed and libedit (the BSD clone) is not as known and available as readline is (Real world example of this problem: Tclsh). * Smaller programs not using a configure script not supporting line editing at all (A problem we had with Redis-cli for instance). The result is a pollution of binaries without line editing support. -- 2.44.0