Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@4092 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
taher committed Jan 11, 2010
1 parent 18ca15c commit 4238367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTK/Combobox.py
Expand Up @@ -42,7 +42,7 @@ def Render (self):
else:
content += '<option value="%s">%s</option>' % (name, label)

# Render the conteiner
# Render the container
header = ''
for p in filter(lambda x: x!='selected', self._props):
if self._props[p]:
Expand Down

0 comments on commit 4238367

Please sign in to comment.