summaryrefslogtreecommitdiff
path: root/horizon/tabs
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-11-19 20:38:21 +0100
committerAna Krivokapic <akrivoka@redhat.com>2013-11-19 20:38:21 +0100
commit084733b13751c5b95457b91c15d205cda65826c9 (patch)
tree6af5c16f89ffc558c3f30601eb9749439055d28d /horizon/tabs
parent1dd9ec17ed81873057c3423b8632d13d159da64a (diff)
downloadhorizon-084733b13751c5b95457b91c15d205cda65826c9.tar.gz
Fix "it's vs. its" typos
Change-Id: Ib7914a7c0b6636599526d05bfb8bc2bcf3a79744 Closes-Bug: #1252838
Diffstat (limited to 'horizon/tabs')
-rw-r--r--horizon/tabs/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/tabs/views.py b/horizon/tabs/views.py
index 92b3b6cf4..8aca64bae 100644
--- a/horizon/tabs/views.py
+++ b/horizon/tabs/views.py
@@ -137,7 +137,7 @@ class TabbedTableView(tables.MultiTableMixin, TabView):
return self.handle_tabbed_response(context["tab_group"], context)
def post(self, request, *args, **kwargs):
- # Direct POST to it's appropriate tab
+ # Direct POST to its appropriate tab
# Note some table actions like filter do not have an 'action'
if 'action' in request.POST:
targetslug = request.POST['action'].split('__')[0]