mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
tool: Fix typos in error messages
s/specfy/specify/ https://bugzilla.gnome.org/show_bug.cgi?id=782206
This commit is contained in:
parent
d47a5f6249
commit
99a2e6ad3e
@ -97,7 +97,7 @@ attributes_from_arguments (gchar **args)
|
|||||||
GHashTable *attributes;
|
GHashTable *attributes;
|
||||||
|
|
||||||
if (args == NULL || args[0] == NULL) {
|
if (args == NULL || args[0] == NULL) {
|
||||||
g_printerr ("%s: must specfy attribute and value pairs\n", g_get_prgname ());
|
g_printerr ("%s: must specify attribute and value pairs\n", g_get_prgname ());
|
||||||
usage ();
|
usage ();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ attributes_from_arguments (gchar **args)
|
|||||||
|
|
||||||
while (args[0] != NULL) {
|
while (args[0] != NULL) {
|
||||||
if (args[1] == NULL) {
|
if (args[1] == NULL) {
|
||||||
g_printerr ("%s: must specfy attributes and values in pairs\n", g_get_prgname ());
|
g_printerr ("%s: must specify attributes and values in pairs\n", g_get_prgname ());
|
||||||
usage ();
|
usage ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user