diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-08-27 12:25:22 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-08-29 12:12:09 +0400 |
commit | 36cc9c11a194be371dad562df8b2eff548586749 (patch) | |
tree | 8333a0a8cf6769790a9ec306c964c3a372c4d7c1 /accel-pppd/triton | |
parent | ebbd6f580322767983ebf6b4049924d7e2de642f (diff) | |
download | accel-ppp-xebd-36cc9c11a194be371dad562df8b2eff548586749.tar.gz accel-ppp-xebd-36cc9c11a194be371dad562df8b2eff548586749.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 fa871b9..e5ebeb5 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; } |