diff options
| -rw-r--r-- | src/temp/__randname.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/temp/__randname.c b/src/temp/__randname.c index b097576d..38c99d3f 100644 --- a/src/temp/__randname.c +++ b/src/temp/__randname.c @@ -5,7 +5,7 @@  int __clock_gettime(clockid_t, struct timespec *);  /* This assumes that a check for the -   template size has alrady been made */ +   template size has already been made */  char *__randname(char *template)  {  	int i; | 
