diff options
Diffstat (limited to 'sys-utils/ipcutils.c')
| -rw-r--r-- | sys-utils/ipcutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/ipcutils.c b/sys-utils/ipcutils.c index a755849fb5..e3da523b7c 100644 --- a/sys-utils/ipcutils.c +++ b/sys-utils/ipcutils.c @@ -677,7 +677,7 @@ int posix_ipc_msg_get_info(const char *name, struct posix_msg_data **msgds) } if (name && name[0] != '/') { - warnx(_("mqueue name must start with '/': %s"), name); + warnx(_("message queue name must start with '/': %s"), name); return -1; } |
