]> git.lizzy.rs Git - linenoise.git/commitdiff
Fixed typo in README -- 'Readl world' => 'Real world'
authorTad Marshall <tad@tadmarshall.com>
Mon, 17 Oct 2011 21:31:07 +0000 (17:31 -0400)
committerSteve Bennett <steveb@workware.net.au>
Mon, 30 Jan 2012 02:40:26 +0000 (12:40 +1000)
README.markdown

index 6c693ed0ba1f5dbb745d2cf01508c0be1c18e59a..f008d2d3d5e38f6c4c29f6a767ca39c62853ce38 100644 (file)
@@ -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.