From: Martin Mares Date: Thu, 12 Feb 2009 22:57:27 +0000 (+0100) Subject: Logging: Fixed a typo. X-Git-Tag: holmes-import~107 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8b0e89c321ca256e60fa7053c7682d0c6f09fd01;p=libucw.git Logging: Fixed a typo. --- diff --git a/ucw/logstream.h b/ucw/logstream.h index c020e6dd..9948a8e1 100644 --- a/ucw/logstream.h +++ b/ucw/logstream.h @@ -10,7 +10,7 @@ struct log_stream { /* optional name, 0-term, de/allocated by constr./destr. or user */ char *name; - /* numer for use with msg parameter (from LS_SET_STRNUM()), -1 for closed log_stream */ + /* number for use with msg parameter (from LS_SET_STRNUM()), -1 for closed log_stream */ int regnum; /* arbitrary data for filter/handler */ int idata;