Archived
1
0
Fork 0

docs/technical/log.txt: fixed a typo.

This commit is contained in:
Henrik Hautakoski 2011-02-06 19:15:56 +01:00
parent 124d9ae438
commit dfaa1be71f

View file

@ -1,7 +1,7 @@
Log - Message logging API 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. + 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. All this is setup trough one function call idealy in the beginning of a process.