Fix another typo

This commit is contained in:
Robin Gareus 2025-02-02 12:57:20 +01:00
parent fac9a924bf
commit 1807f784cc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -434,7 +434,7 @@ int main (int argc, char *argv[])
#ifndef PLATFORM_WINDOWS
if (::signal (SIGPIPE, sigpipe_handler)) {
cerr << _("Cannot xinstall SIGPIPE error handler") << endl;
cerr << _("Cannot install SIGPIPE error handler") << endl;
}
#endif