[static-web] fix typo in variable name
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] fix typo in variable name
- Date: Sat, 2 Aug 2014 12:05:38 +0000 (UTC)
commit 026829f564f20607b09e465b68fd8ceaf0b3c847
Author: Olav Vitters <olav vitters nl>
Date: Sat Aug 2 14:05:35 2014 +0200
fix typo in variable name
wiki.gnome.org/gnome/gnome.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wiki.gnome.org/gnome/gnome.py b/wiki.gnome.org/gnome/gnome.py
index 8ab10d0..e7e0801 100644
--- a/wiki.gnome.org/gnome/gnome.py
+++ b/wiki.gnome.org/gnome/gnome.py
@@ -94,7 +94,7 @@ class Theme(ThemeBase):
if request.cfg.navi_bar:
for text in request.cfg.navi_bar:
pagename, link = self.splitNavilink(text)
- if paggename in found:
+ if pagename in found:
continue
if pagename == current:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]