fix comments
authorStanislav Visnovsky <visnov@suse.cz>
Thu, 6 Apr 2006 13:08:33 +0000 (13:08 +0000)
committerStanislav Visnovsky <visnov@suse.cz>
Thu, 6 Apr 2006 13:08:33 +0000 (13:08 +0000)
zypp/target/store/PersistentStorage.h

index de1f23e..24f85fa 100644 (file)
@@ -131,11 +131,11 @@ namespace zypp
        */
       std::list<SourceData> storedSources() const;
       /**
-       * Query for installed Sources
+       * Add a new installed source
        */
       void storeSource(const SourceData &data);
       /**
-       * Query for installed Sources
+       * Delete an installed source
        */
       void deleteSource(const std::string &alias);