File: 0002-typos.patch

package info (click to toggle)
ikarus 0.0.3%2Bbzr.2010.01.26-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 39,920 kB
  • sloc: lisp: 47,954; ansic: 13,247; sh: 4,617; java: 641; asm: 366; makefile: 272; awk: 186; perl: 66
file content (21 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: "Barak A. Pearlmutter" <barak+git@cs.nuim.ie>
Date: Tue, 1 Nov 2011 12:36:57 +0000
Subject: typos

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 4595393..76ff9ad 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ script syntax, syntax-case, unicode strings, bytevectors,
 user-defined record types, exception handling, conditions, and
 enumerations.  Over 80% of the R6RS procedures and keywords are
 currently implemented and subsequent releases will proceed towards
-brining Ikarus to full R6RS conformance.
+bringing Ikarus to full R6RS conformance.
 
 The main purpose behind releasing Ikarus early is to give Scheme
 programmers the opportunity to experiment with the various new