~johanvdw/saga/debian

« back to all changes in this revision

Viewing changes to patches/0008-Spelling-errors.patch

  • Committer: Johan Van de Wauw
  • Date: 2016-02-23 11:40:25 UTC
  • Revision ID: johan@vandewauw.be-20160223114025-yaibhuqkgil69ixq
Remove unneeded patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix various typos.
2
 
Author: Bas Couwenberg <sebastic@debian.org>
3
 
 
4
 
--- a/src/modules/docs/docs_html/svg_interactive_map.cpp
5
 
+++ b/src/modules/docs/docs_html/svg_interactive_map.cpp
6
 
@@ -2070,7 +2070,7 @@ const char * CSVG_Interactive_Map::_Get_
7
 
                "       this.showCoords = showCoords;\n"
8
 
                "       //initialize array of timestamp/layertoLoad values\n"
9
 
                "       this.nrLayerToLoad = new Array();\n"
10
 
-               "       this.timestamp = null; //holds the timestamp after a zoom or pan occured\n"
11
 
+               "       this.timestamp = null; //holds the timestamp after a zoom or pan occurred\n"
12
 
                "       //initialize coordinate display if showCoords == true\n"
13
 
                "       if (this.showCoords == true) {\n"
14
 
                "               //add event listener for coordinate display\n"
15
 
--- a/src/modules/grid/grid_calculus/Grid_Plotter.cpp
16
 
+++ b/src/modules/grid/grid_calculus/Grid_Plotter.cpp
17
 
@@ -62,7 +62,7 @@ CGrid_Plotter::CGrid_Plotter(void)
18
 
        Set_Description(_TW(
19
 
                "Generate a grid based on a functional expression.\n"
20
 
                "The function interpreter uses an expression parser "
21
 
-               "that offers the folowing operators:\n\n"
22
 
+               "that offers the following operators:\n\n"
23
 
                "+ Addition\n"
24
 
                "- Subtraction\n"
25
 
                "* Multiplication\n"
26
 
--- a/src/modules/grid/grid_gridding/Shepard.cpp
27
 
+++ b/src/modules/grid/grid_gridding/Shepard.cpp
28
 
@@ -147,7 +147,7 @@ void CShepard2d::GetValue(double px, dou
29
 
 }
30
 
 
31
 
 /*/////////////////////////////////////////////////////////////////////////////////////
32
 
-The folowing source ist an automatic translation 
33
 
+The following source ist an automatic translation 
34
 
 with f2c of Module 660 in TOMS
35
 
  
36
 
 QSHEP2D: Fortran routines implementing the quadratic Shepard method for
37
 
--- a/src/modules/table/table_calculus/Fit.cpp
38
 
+++ b/src/modules/table/table_calculus/Fit.cpp
39
 
@@ -136,7 +136,7 @@ CFit::CFit(void)
40
 
                "abs(x)\n"
41
 
                "sqrt(x)\n\n"
42
 
 
43
 
-               "For Variogram - Fitting you can use the folowing Variogram - Models:\n"
44
 
+               "For Variogram - Fitting you can use the following Variogram - Models:\n"
45
 
                "NUG(x)\n"
46
 
                "SPH(x,a)\n"
47
 
                "EXP(x,a)\n"
48
 
--- a/src/modules/grid/grid_calculus_bsl/basistypen.cpp
49
 
+++ b/src/modules/grid/grid_calculus_bsl/basistypen.cpp
50
 
@@ -317,7 +317,7 @@ void ParseVars(int& zeile, int& pos)
51
 
                                        }
52
 
                                        else if (subz[l-1] == ')')
53
 
                                        {
54
 
-                                               printf("loadig files not suported");
55
 
+                                               printf("loading files not supported");
56
 
                                                return;
57
 
                                                /*
58
 
                                                int posk;
59
 
--- a/src/modules/terrain_analysis/ta_slope_stability/TOBIA_01.cpp
60
 
+++ b/src/modules/terrain_analysis/ta_slope_stability/TOBIA_01.cpp
61
 
@@ -122,7 +122,7 @@ CTOBIA::CTOBIA(void)
62
 
                );
63
 
 
64
 
        Parameters.Add_Grid(
65
 
-               NULL, "E", "TOBIA classes", "Resulting TOBIA classses (1-7) grid", PARAMETER_OUTPUT
66
 
+               NULL, "E", "TOBIA classes", "Resulting TOBIA classes (1-7) grid", PARAMETER_OUTPUT
67
 
                );
68
 
 
69
 
        Parameters.Add_Grid(
70
 
--- a/src/saga_core/saga_cmd/man/saga_cmd.1
71
 
+++ b/src/saga_core/saga_cmd/man/saga_cmd.1
72
 
@@ -213,7 +213,7 @@ export SAGA_MLB=/usr/lib/saga
73
 
 .PP
74
 
 \&\fBsaga_cmd\fR ta_morphometry \*(L"Local Morphometry\*(R" \-ELEVATION dem.sgrd \-SLOPE slope.sgrd \-ASPECT aspect.sgrd \-METHOD 1
75
 
 .PP
76
 
-Multiple input files can be specified by seperating them by a semicolon (;).
77
 
+Multiple input files can be specified by separating them by a semicolon (;).
78
 
 .PP
79
 
 \&\fBsaga_cmd\fR libgrid_tools Merging \-GRIDS test1.sgrd\e;test2.sgrd \-GRID_TARGET merged.sgrd
80
 
 .SH "BUGS"