RAPI client: Fix typo in docstring
authorMichael Hanselmann <hansmi@google.com>
Wed, 12 Sep 2012 09:53:09 +0000 (11:53 +0200)
committerMichael Hanselmann <hansmi@google.com>
Wed, 12 Sep 2012 10:47:23 +0000 (12:47 +0200)
Also update the copyright header.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

lib/rapi/client.py

index d8bc5eb..6ccf1fb 100644 (file)
@@ -1,7 +1,7 @@
 #
 #
 
-# Copyright (C) 2010, 2011 Google Inc.
+# Copyright (C) 2010, 2011, 2012 Google Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -1746,7 +1746,7 @@ class GanetiRapiClient(object): # pylint: disable=R0904
     """Assigns nodes to a group.
 
     @type group: string
-    @param group: Node gropu name
+    @param group: Node group name
     @type nodes: list of strings
     @param nodes: List of nodes to assign to the group