summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-12-02 19:36:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-12-04 19:11:00 +0100
commit921c2059f9a85ab5ad26463e864e49d4e7b48d9e (patch)
treeb76ab370076158d21e2eae1b9d5abb1d257d4538 /solenv
parent6a1686ba9e51027463733086a62ded7b0641f61a (diff)
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>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/lockfile/dotlockfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/lockfile/dotlockfile.c b/solenv/lockfile/dotlockfile.c
index 3670ecc238a6..e963f792f618 100644
--- a/solenv/lockfile/dotlockfile.c
+++ b/solenv/lockfile/dotlockfile.c
@@ -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);