File: spelling

package info (click to toggle)
packup 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 836 kB
  • ctags: 1,686
  • sloc: cpp: 10,857; makefile: 111; sh: 6
file content (16 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (3)
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);