--------------------
2431 zypper-1.9.16-22.2.x86_64 (99)@System openSUSE 1400499579
- nam: zypper
+ name: zypper
40947 zypper-1.9.3-1.1.x86_64 (99)repo-oss (13.1) openSUSE 1383049437
- nam: zypper
+ name: zypper
56140 zypper-1.9.16-22.2.x86_64 (99)repo-oss-update (13.1) openSUSE 1400499579
- nam: zypper
+ name: zypper
--------------------
-------------------------------------------------------------------
Fri Jan 9 17:01:10 CET 2009 - jkupec@suse.cz
-- handle HTTP 503 reponses as temporary errors (bnc #462545)
+- handle HTTP 503 responses as temporary errors (bnc #462545)
-------------------------------------------------------------------
Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
catch ( media::MediaFileNotFoundException & exception )
{
ZYPP_CAUGHT( exception );
- WAR << "Skiping subtree hidden at " << resource.filename() << endl;
+ WAR << "Skipping subtree hidden at " << resource.filename() << endl;
return;
}
}
} // end loop
- LMIL << "Lock intialized" << endl;
+ LMIL << "Lock initialized" << endl;
}
}
else
{
- WAR << "Could not get the reponse code." << endl;
+ WAR << "Could not get the response code." << endl;
}
if (modified || infoRet != CURLE_OK)
{
if( attach_prefix.empty())
{
- MIL << "Reseting to built-in attach point prefixes."
+ MIL << "Resetting to built-in attach point prefixes."
<< std::endl;
MediaHandler::_attachPrefix = attach_prefix;
return true;
}
else
{
- WAR << "Could not get the reponse code." << endl;
+ WAR << "Could not get the response code." << endl;
}
bool ismetalink = false;
break;
default:
- WAR << "Igore unknown attribute: " << it << endl;
+ WAR << "Ignore unknown attribute: " << it << endl;
}
}
return str << "search nothing";
if ( obj.attr() )
- str << "seach " << obj.attr() << " in ";
+ str << "search " << obj.attr() << " in ";
else
- str << "seach ALL in ";
+ str << "search ALL in ";
if ( obj.solvable() )
return str << obj.solvable();
}
else
{
- DBG << "dryRun: Not stroring non-package data." << endl;
+ DBG << "dryRun: Not storing non-package data." << endl;
}
///////////////////////////////////////////////////////////////////
return lst_r.set( headerget.val(), headerget.cnt(), headerget.type() );
default:
- INT << "RPM_TAG MISSMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl;
+ INT << "RPM_TAG MISMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl;
}
}
}
return lst_r.set( (char**)headerget.val(), headerget.cnt() );
default:
- INT << "RPM_TAG MISSMATCH: RPM_STRING_ARRAY_TYPE " << tag_r << " got type " << headerget.type() << endl;
+ INT << "RPM_TAG MISMATCH: RPM_STRING_ARRAY_TYPE " << tag_r << " got type " << headerget.type() << endl;
}
}
}
#endif
default:
- INT << "RPM_TAG MISSMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl;
+ INT << "RPM_TAG MISMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl;
}
}
}
return (char*)headerget.val();
default:
- INT << "RPM_TAG MISSMATCH: RPM_STRING_TYPE " << tag_r << " got type " << headerget.type() << endl;
+ INT << "RPM_TAG MISMATCH: RPM_STRING_TYPE " << tag_r << " got type " << headerget.type() << endl;
}
}
}