src/modules/client/history.py
changeset 2991 75e616731cc3
parent 2728 69903f3b722b
child 3125 cc1fb2164f05
--- a/src/modules/client/history.py	Fri Sep 27 11:21:00 2013 -0700
+++ b/src/modules/client/history.py	Wed Dec 04 22:32:35 2013 -0800
@@ -21,7 +21,7 @@
 #
 
 #
-# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 import copy
@@ -251,7 +251,7 @@
         # The directory where the history directory can be found (or
         # created if it doesn't exist).
         root_dir = None
-        # The name of the client (e.g. pkg, packagemanager, etc.)
+        # The name of the client (e.g. pkg, etc.)
         client_name = None
         # The version of the client (e.g. 093ca22da67c).
         client_version = None