From bf54b5198b3775206a3b11ed3f8ce22dc3654535 Mon Sep 17 00:00:00 2001 From: Victor Victorovich Rak Date: Mon, 14 Mar 2016 11:45:15 +0200 Subject: [PATCH] Update pg_updatedicts Fix typo: `ecoding` -> `encoding` --- pg_updatedicts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_updatedicts b/pg_updatedicts index ec3b3b2..bfdba29 100755 --- a/pg_updatedicts +++ b/pg_updatedicts @@ -48,7 +48,7 @@ for my $d (@srcdirs) { $enc = get_encoding $aff; if (!$enc) { - print STDERR "ERROR: no ecoding defined in $aff, ignoring\n"; + print STDERR "ERROR: no encoding defined in $aff, ignoring\n"; next; }