From 1223623b27ab8aeead09d3686175b46e72ba4c50 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 6 Aug 2008 17:44:31 +0000 Subject: [PATCH] typo --- zypp/repo/RepoInfoBase.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/repo/RepoInfoBase.cc b/zypp/repo/RepoInfoBase.cc index 79f3a6a..09a36cb 100644 --- a/zypp/repo/RepoInfoBase.cc +++ b/zypp/repo/RepoInfoBase.cc @@ -150,7 +150,7 @@ namespace zypp { str << "--------------------------------------" << std::endl; str << "- alias : " << alias() << std::endl; - str << "- alias : " << name() << std::endl; + str << "- name : " << name() << std::endl; str << "- enabled : " << enabled() << std::endl; str << "- autorefresh : " << autorefresh() << std::endl; -- 2.7.4