mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-17 06:29:21 -04:00
flatpak ps: Fix typo in error message
Closes: #2034 Approved by: alexlarsson
This commit is contained in:
@@ -94,7 +94,7 @@ find_column (const char *name,
|
||||
if (candidate >= 0)
|
||||
return candidate;
|
||||
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, _("Unknown colum: %s"), name);
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, _("Unknown column: %s"), name);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user