[PATCH] Fix a typo in rapi.RESTHTTPServer

0 views
Skip to first unread message

Iustin Pop

unread,
Apr 14, 2008, 6:27:52 AM4/14/08
to Ganeti Development List, Iustin Pop
---
lib/rapi/RESTHTTPServer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/rapi/RESTHTTPServer.py b/lib/rapi/RESTHTTPServer.py
index 7582601..bcc1cd4 100644
--- a/lib/rapi/RESTHTTPServer.py
+++ b/lib/rapi/RESTHTTPServer.py
@@ -156,7 +156,7 @@ class RESTRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
if controller:
return eval("resources.%s(self, %s, %s)" % controller)
else:
- raise exceptions.AttribureError
+ raise exceptions.AttributeError


def start(options):
--
1.5.5

Oleksiy Mishchenko

unread,
Apr 14, 2008, 7:34:02 AM4/14/08
to Iustin Pop, Ganeti Development List
LGTM

--
Oleksíy Mishchenko
Google SysOps
Zürich, Switzerland
+41 44 888 1946 (direct)
+41 78 790 4686 (cell)

Reply all
Reply to author
Forward
0 new messages