

I obviously can't spell =)
Even though I looked it up in the dictionary before writing it down, I still
misspelled "journaling" and put a double L. This patch fixes it.



---


diff -puN libjio.c~journaLing libjio.c
--- cur/libjio.c~journaLing	2004-03-30 22:58:39.000000000 -0300
+++ cur-root/libjio.c	2004-03-30 22:58:39.000000000 -0300
@@ -1,6 +1,6 @@
 
 /*
- * libjio - A library for Journalled I/O
+ * libjio - A library for Journaled I/O
  * Alberto Bertogli (albertogli@telpin.com.ar)
  */
 
diff -puN libjio.h~journaLing libjio.h
--- cur/libjio.h~journaLing	2004-03-30 22:58:39.000000000 -0300
+++ cur-root/libjio.h	2004-03-30 22:58:39.000000000 -0300
@@ -1,6 +1,6 @@
 
 /*
- * libjio - A library for Journalled I/O
+ * libjio - A library for Journaled I/O
  * Alberto Bertogli (albertogli@telpin.com.ar)
  */
 
diff -puN doc/libjio.3~journaLing doc/libjio.3
--- cur/doc/libjio.3~journaLing	2004-03-30 22:58:39.000000000 -0300
+++ cur-root/doc/libjio.3	2004-03-30 22:58:39.000000000 -0300
@@ -1,6 +1,6 @@
 .TH libjio 3 "21/Feb/2004"
 .SH NAME
-libjio - A library for Journalled I/O
+libjio - A library for Journaled I/O
 
 .SH FUNCTIONS
 
@@ -86,7 +86,7 @@ struct jfsck_result
 
 .SH DESCRIPTION
 
-libjio is a library to do transaction-oriented journalled I/O. This manpage
+libjio is a library to do transaction-oriented journaled I/O. This manpage
 describes it's C API very briefly, further information can be found in the
 documentation that comes along with the library itself, or on the web at
 http://auriga.wearlab.de/~alb/libjio.
diff -puN doc/libjio.lyx~journaLing doc/libjio.lyx
--- cur/doc/libjio.lyx~journaLing	2004-03-30 22:58:39.000000000 -0300
+++ cur-root/doc/libjio.lyx	2004-03-30 22:58:39.000000000 -0300
@@ -25,7 +25,7 @@
 
 \layout Title
 
-libjio - A library for journalled I/O 
+libjio - A library for journaled I/O 
 \layout Author
 
 Alberto Bertogli (albertogli@telpin.com.ar) 
@@ -46,7 +46,7 @@ Introduction
 \emph on 
 libjio
 \emph default 
- is a library for doing journalled transaction-oriented I/O, providing atomicity
+ is a library for doing journaled transaction-oriented I/O, providing atomicity
  warantees and a simple to use but powerful API.
 \layout Standard
 
@@ -59,7 +59,7 @@ This document explains the design of the
 \layout Standard
 
 To the user, libjio provides two groups of functions, one UNIX-alike that
- implements the journalled versions of the classic functions (
+ implements the journaled versions of the classic functions (
 \emph on 
 open()
 \emph default 
@@ -182,7 +182,7 @@ atomically
  all.
  This is a really common word, specially if you have worked with multiprocessing
 , and should be quite familiar.
- We implement atomicity by combining fine-grained locks and journalling,
+ We implement atomicity by combining fine-grained locks and journaling,
  which can assure us both to be able to recover from crashes, and to have
  exclusive access to a portion of the file without having any other transaction
  overlap it.

_
