Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / libs / liblock / lockdaemon.c
similarity index 97%
rename from liblock/lockdaemon.c
rename to libs/liblock/lockdaemon.c
index 0b0151a..af0027b 100644 (file)
@@ -33,7 +33,6 @@
 
 #define exit(_a_) _exit(_a_)
 
-static const char rcsid[]="$Id: lockdaemon.c,v 1.14 2007/10/11 01:46:34 mrsam Exp $";
 
 static int start1(const char *, int);
 
@@ -56,7 +55,7 @@ int   i;
        /*
        ** We fork, and set up a pipe from the child process.  If we read
        ** a single 0 byte from the pipe, it means that the child has
-       ** succesfully initialized, and will return to main, so we exit(0).
+       ** successfully initialized, and will return to main, so we exit(0).
        ** If we do not read a single 0 byte from the pipe, it means that
        ** there was an initialization error, so we return -1 to main.
        */