1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Ralf Treinen <treinen@debian.org>
Description: Fix spelling in message
Index: packup/Encoder.cc
===================================================================
--- packup.orig/Encoder.cc 2016-12-05 09:13:30.182505875 +0100
+++ packup/Encoder.cc 2016-12-20 08:23:05.408039339 +0100
@@ -2123,7 +2123,7 @@
}
void Encoder::check_solution() {
- cerr << "cheking solution" <<endl;
+ cerr << "checking solution" <<endl;
// Package dependencies
FOR_EACH(PackageUnits::const_iterator,i,needed_units) {
CONSTANT UnitVector &uv = *(i->second);
|