diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:07:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:07:27 +0100 |
| commit | 0715832810b5e1d6920b3b8b5071b526ac033283 (patch) | |
| tree | 130f3e8bfafa2b119128a7f245fdc8735dc0aa8a /libcoopgamma_get_socket_file.c | |
| parent | Fix portability issues (diff) | |
| download | libcoopgamma-1.2.5.tar.gz libcoopgamma-1.2.5.tar.bz2 libcoopgamma-1.2.5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcoopgamma_get_socket_file.c')
| -rw-r--r-- | libcoopgamma_get_socket_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcoopgamma_get_socket_file.c b/libcoopgamma_get_socket_file.c index 3ac9a2b..8c9d72a 100644 --- a/libcoopgamma_get_socket_file.c +++ b/libcoopgamma_get_socket_file.c @@ -10,7 +10,7 @@ * @param method The adjustment method, `NULL` for automatic * @param site The site, `NULL` for automatic * @return The pathname of the server's socket, `NULL` on error - * or if there server does have its own socket. The later + * or if the server does not have its own socket. The latter * case is detected by checking that `errno` is set to 0, * and is the case when communicating with a server in a * multi-server display server like mds. |
