From 2f996874af1cc4cde88275b4f647b893c1fff9ea Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Wed, 4 Mar 2015 14:11:07 +0300 Subject: [PATCH] fix typo: "over-ridden" --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 194b9bd..101f004 100644 --- a/HACKING +++ b/HACKING @@ -831,5 +831,5 @@ compressed. Also, the string will only be compressed if it really does make the string shorter as compared to uncompressed UCS-2. Programs that use mdbtools libraries will receive strings encoded in UTF-8 by -default. This default can by over-ridden by setting the environment variable +default. This default can by overridden by setting the environment variable MDBICONV to the desired encoding.