Codebase list libocas / a82c31f
Add Fix-spelling-error.patch Christian Kastner 4 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Christian Kastner <ckk@kvr.at>
1 Date: Sun, 13 Oct 2019 21:08:35 +0200
2 Subject: Fix spelling error
3
4 ---
5 linclassif.c | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/linclassif.c b/linclassif.c
9 index b62211d..df63f02 100644
10 --- a/linclassif.c
11 +++ b/linclassif.c
12 @@ -311,7 +311,7 @@ int main(int argc, char *argv[])
13 }
14 if( tmp_nCols != nCols)
15 {
16 - fprintf(stderr,"Error: Model file contains lines with different number of colums.\n");
17 + fprintf(stderr,"Error: Model file contains lines with different number of columns.\n");
18 goto clean_up;
19 }
20
00 Properly-build-shared-and-static-libraries-programs.patch
1 Fix-spelling-error.patch