[Mixmaster-devel] r856 - trunk/Mix/Src
Brought to you by:
weaselp
|
From: <ra...@so...> - 2004-05-17 15:30:50
|
Author: rabbi
Date: 2004-05-17 17:30:39 +0200 (Mon, 17 May 2004)
New Revision: 856
Modified:
trunk/Mix/Src/rem2.c
Log:
Fixed spelling error.
Modified: trunk/Mix/Src/rem2.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/Mix/Src/rem2.c 2004-05-13 14:05:55 UTC (rev 855)
+++ trunk/Mix/Src/rem2.c 2004-05-17 15:30:39 UTC (rev 856)
@@ -141,7 +141,7 @@
}
}
if (timestamp > now) {
- errlog(LOG, "Ingoring message with future timestamp.\n");
+ errlog(LOG, "Ignoring message with future timestamp.\n");
ret =3D -1;
goto end;
}
|