[Tools] testbot: Replace a non-ascii character in the Item::PutColValue() documentation.

Francois Gouget <[email protected]> Mon, 20 Nov 2017 17:41:39 +0100 (CET)
Newsgroups gmane.comp.emulators.wine.patches
Message-ID <E1eGp8d-0004BK-M6@amboise>
Signed-off-by: Francois Gouget <[email protected]>
---
 testbot/lib/ObjectModel/Item.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/Item.pm b/testbot/lib/ObjectModel/Item.pm
index 170f44c6..c27e40cf 100644
--- a/testbot/lib/ObjectModel/Item.pm
+++ b/testbot/lib/ObjectModel/Item.pm
@@ -173,7 +173,7 @@ then invoke KeyChanged() so the object can be retrieved from the Collection
 using the new key value.
 
 Further note that KeyChanged() should only be called once all of the
-primary key??s columns have reached their final values: in a two column
+primary key's columns have reached their final values: in a two column
 primary key, calling KeyChanged() with the (new1, old2) values may collide with
 another Item which would cause a spurious error even though the final
 (new1, new2) key is unique.
-- 
2.14.2