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:
Andrea Gelmini 2021-12-02 19:36:59 +01:00 committed by Julien Nabet
parent 6a1686ba9e
commit 921c2059f9
2 changed files with 4 additions and 4 deletions

View file

@ -5703,7 +5703,7 @@ dnl ===================================================================
if test -z "$CROSS_COMPILING"; then
test -n "$LOCKFILE" -a "${with_system_lockfile+set}" != set && with_system_lockfile="$LOCKFILE"
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
yes)
AC_MSG_RESULT([external])

View file

@ -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.
*/
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)
{
@ -322,7 +322,7 @@ int main(int argc, char **argv)
if (gid != egid) {
/*
* See if the requested lock is for a mailbox.
* First, remember currect working directory.
* First, remember current working directory.
*/
#ifdef O_PATH
cwd_fd = open(".", O_PATH|O_CLOEXEC);