summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/sqlite.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-23 05:26:45 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-23 05:26:45 +0000
commit1dd427fcc0ec6cca8ba5dd308ad59ec5195f8a44 (patch)
tree5f846af359c481bdb2c06ffabbd74b96f962e340 /pym/portage/cache/sqlite.py
parent73bcc795fbdf4da476ca5acbdff679393a5f0e5f (diff)
downloadportage-1dd427fcc0ec6cca8ba5dd308ad59ec5195f8a44.tar.gz
portage-1dd427fcc0ec6cca8ba5dd308ad59ec5195f8a44.tar.bz2
portage-1dd427fcc0ec6cca8ba5dd308ad59ec5195f8a44.zip
Fix misc typos in comments.
svn path=/main/trunk/; revision=13168
Diffstat (limited to 'pym/portage/cache/sqlite.py')
-rw-r--r--pym/portage/cache/sqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/cache/sqlite.py b/pym/portage/cache/sqlite.py
index 6588b3cc7..8d94d6a7c 100644
--- a/pym/portage/cache/sqlite.py
+++ b/pym/portage/cache/sqlite.py
@@ -165,7 +165,7 @@ class database(fs_template.FsBased):
d[k] = result[0][column_index]
# As a temporary workaround for bug #263081, convert unicode strings
- # to raw byte strings. This helps to potential unicode errors that can
+ # to raw byte strings. This avoids potential unicode errors that can
# be triggered elsewhere when attempting to join unicode strings with
# raw byte strings. TODO: Convert all string handling code to use
# unicode strings instead of raw byte strings (required for py3k