]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update missing-h
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 22:13:32 +0000 (23:13 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Jun 2015 15:09:42 +0000 (11:09 -0400)
src/include/missing-h

index dd39d839b8fe49728ae6f9380856137dfb0aeadf..b0960f66df31be5163d7bef0f6562b9bcbf90cfe 100644 (file)
@@ -356,7 +356,7 @@ int gettimeofday (struct timeval *tv, void *tz);
 #endif
 
 /*
- *     Work around diffrent ctime_r styles
+ *     Work around different ctime_r styles
  */
 #if defined(CTIMERSTYLE) && (CTIMERSTYLE == SOLARISSTYLE)
 #  define CTIME_R(a,b,c) ctime_r(a,b,c)