From dfaa1be71f0ffc5a0598f60aa538e7c61d341326 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 6 Feb 2011 19:15:56 +0100 Subject: [PATCH] docs/technical/log.txt: fixed a typo. --- docs/technical/log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical/log.txt b/docs/technical/log.txt index cfe753d..a3bac8b 100644 --- a/docs/technical/log.txt +++ b/docs/technical/log.txt @@ -1,7 +1,7 @@ Log - Message logging API ------------------------- -This interface is designed in such way that code that wants to logg a massage can do so with one call and don't worry +This interface is designed in such way that code that wants to log a massage can do so with one call and don't worry about where it may turn up and what format it should use etc. + All this is setup trough one function call idealy in the beginning of a process.