diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-08-27 12:25:22 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-08-27 12:25:22 +0400 |
commit | f26abc454476bded89de516ebc099a3f62c54fb9 (patch) | |
tree | 6e6820c2058e4a9c1310840896e93485d57c42d8 /accel-pppd/triton | |
parent | 2282219823f120b9237e56afb24c885a2ff87abc (diff) | |
download | accel-ppp-f26abc454476bded89de516ebc099a3f62c54fb9.tar.gz accel-ppp-f26abc454476bded89de516ebc099a3f62c54fb9.zip |
fix various typos
Diffstat (limited to 'accel-pppd/triton')
-rw-r--r-- | accel-pppd/triton/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/triton/timer.c b/accel-pppd/triton/timer.c index fa871b96..e5ebeb5c 100644 --- a/accel-pppd/triton/timer.c +++ b/accel-pppd/triton/timer.c @@ -41,7 +41,7 @@ int timer_init(void) epoll_events = _malloc(max_events * sizeof(struct epoll_event)); if (!epoll_events) { - fprintf(stderr,"timer:cann't allocate memory\n"); + fprintf(stderr,"timer: cannot allocate memory\n"); return -1; } |