Check-in Number:
|
4436 | |
Date: |
2004-Feb-17 10:22:00 (local)
2004-Feb-17 09:22:00 (UTC) |
User: | thl |
Branch: | WORKOFF |
Comment: |
correct spelling: privileges, convenient; |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/README 1.10 -> 1.10.2.1
--- README 2003/01/06 11:41:51 1.10
+++ README 2004/02/17 09:22:00 1.10.2.1
@@ -25,7 +25,7 @@
Channels are implemented by channel handlers which can be even
customer supplied for creating own channels which seamlessly integrate
- into the framework. For convinience reasons, OSSP l2 already ships
+ into the framework. For convenience reasons, OSSP l2 already ships
with pre-implemented filtering (noop, filter, prefix, buffer) and
output (null, fd, file, pipe, socket, syslog, smtp) channels which
already cover mostly all use cases of logging.
|
|
ossp-pkg/l2/l2.pod 1.14 -> 1.14.2.1
--- l2.pod 2003/01/06 11:41:51 1.14
+++ l2.pod 2004/02/17 09:22:00 1.14.2.1
@@ -60,7 +60,7 @@
Channels are implemented by channel handlers which can be even
customer supplied for creating own channels which seamlessly integrate
-into the framework. For convinience reasons, B<OSSP l2> already ships with
+into the framework. For convenience reasons, B<OSSP l2> already ships with
pre-implemented filtering (noop, filter, prefix, buffer) and output
(null, fd, file, pipe, socket, syslog, smtp) channels which already
cover mostly all use cases of logging.
|
|
ossp-pkg/l2/l2_ut_sa.c 1.21 -> 1.21.2.1
--- l2_ut_sa.c 2003/02/10 10:13:23 1.21
+++ l2_ut_sa.c 2004/02/17 09:22:00 1.21.2.1
@@ -1816,7 +1816,7 @@
return SA_RC(rv);
}
-/* read data from socket until [CR]LF (convinience function) */
+/* read data from socket until [CR]LF (convenience function) */
sa_rc_t sa_readln(sa_t *sa, char *cpBuf, size_t nBufReq, size_t *nBufRes)
{
char c;
@@ -1981,7 +1981,7 @@
return (int)n;
}
-/* write formatted string to socket (convinience function) */
+/* write formatted string to socket (convenience function) */
sa_rc_t sa_writef(sa_t *sa, const char *cpFmt, ...)
{
va_list ap;
@@ -2194,7 +2194,7 @@
return SA_OK;
}
-/* send formatted string to socket (convinience function) */
+/* send formatted string to socket (convenience function) */
sa_rc_t sa_sendf(sa_t *sa, sa_addr_t *raddr, const char *cpFmt, ...)
{
va_list ap;
|
|