fixed typo
authorThomas Goettlicher <tgoettlicher@suse.de>
Fri, 30 May 2008 10:15:29 +0000 (10:15 +0000)
committerThomas Goettlicher <tgoettlicher@suse.de>
Fri, 30 May 2008 10:15:29 +0000 (10:15 +0000)
package/libzypp.changes
zypp/base/UserRequestException.cc

index ad053db..b40c52d 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
+
+- fixed typo
+
+-------------------------------------------------------------------
 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
 
 - Reenable diskusage calculation (bnc #395051)
index 35422d9..2165889 100644 (file)
@@ -49,7 +49,7 @@ namespace zypp
       case ABORT:       str << "ABORT";       break;
        // no default !
     }
-    return str << " reqest: " << msg();
+    return str << " request: " << msg();
   }
 
   /////////////////////////////////////////////////////////////////