Fix typos
Change-Id: I9f7d185d7d9ac0b90473464932103a7c5545fdc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126260 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
6a1686ba9e
commit
921c2059f9
@@ -5703,7 +5703,7 @@ dnl ===================================================================
|
|||||||
if test -z "$CROSS_COMPILING"; then
|
if test -z "$CROSS_COMPILING"; then
|
||||||
test -n "$LOCKFILE" -a "${with_system_lockfile+set}" != set && with_system_lockfile="$LOCKFILE"
|
test -n "$LOCKFILE" -a "${with_system_lockfile+set}" != set && with_system_lockfile="$LOCKFILE"
|
||||||
test "${with_system_lockfile+set}" = set || with_system_lockfile=no
|
test "${with_system_lockfile+set}" = set || with_system_lockfile=no
|
||||||
AC_MSG_CHECKING([whick lockfile binary to use])
|
AC_MSG_CHECKING([which lockfile binary to use])
|
||||||
case "$with_system_lockfile" in
|
case "$with_system_lockfile" in
|
||||||
yes)
|
yes)
|
||||||
AC_MSG_RESULT([external])
|
AC_MSG_RESULT([external])
|
||||||
|
@@ -81,7 +81,7 @@ int set_signal(int sig, void (*handler)(int))
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Sleep for an amount of time while regulary checking if
|
* Sleep for an amount of time while regularly checking if
|
||||||
* our parent is still alive.
|
* our parent is still alive.
|
||||||
*/
|
*/
|
||||||
int check_sleep(int sleeptime, int flags)
|
int check_sleep(int sleeptime, int flags)
|
||||||
@@ -164,7 +164,7 @@ void perror_exit(const char *why) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print usage mesage and exit.
|
* Print usage message and exit.
|
||||||
*/
|
*/
|
||||||
void usage(void)
|
void usage(void)
|
||||||
{
|
{
|
||||||
@@ -322,7 +322,7 @@ int main(int argc, char **argv)
|
|||||||
if (gid != egid) {
|
if (gid != egid) {
|
||||||
/*
|
/*
|
||||||
* See if the requested lock is for a mailbox.
|
* See if the requested lock is for a mailbox.
|
||||||
* First, remember currect working directory.
|
* First, remember current working directory.
|
||||||
*/
|
*/
|
||||||
#ifdef O_PATH
|
#ifdef O_PATH
|
||||||
cwd_fd = open(".", O_PATH|O_CLOEXEC);
|
cwd_fd = open(".", O_PATH|O_CLOEXEC);
|
||||||
|
Reference in New Issue
Block a user