Skip to content

Commit 57997eb

Browse files
committed
Fix failing spell checks
1 parent f1fdbbb commit 57997eb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This release has following new features:
9393
- Processing: Feature filter algorithm for processing models
9494
- Processing: Zonal histogram
9595
- Processing: Port Union, Difference and Intersection algorithms to C++
96-
- Processing: 'Project points (cartesian)' algorithm
96+
- Processing: 'Project points (Cartesian)' algorithm
9797
- Processing: Dynamic parameter values for more algorithms
9898
- Processing: Multi-ring buffer (constant distance) algorithm
9999
- Processing: New "segmentize" algorithms

doc/news.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <H1>1. What's new in Version 3.2 'Bonn'?</H1>
173173
<LI>Processing: Feature filter algorithm for processing models
174174
<LI>Processing: Zonal histogram
175175
<LI>Processing: Port Union, Difference and Intersection algorithms to C++
176-
<LI>Processing: 'Project points (cartesian)' algorithm
176+
<LI>Processing: 'Project points (Cartesian)' algorithm
177177
<LI>Processing: Dynamic parameter values for more algorithms
178178
<LI>Processing: Multi-ring buffer (constant distance) algorithm
179179
<LI>Processing: New "segmentize" algorithms

doc/news.t2t

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This release has following new features:
8484
- Processing: Feature filter algorithm for processing models
8585
- Processing: Zonal histogram
8686
- Processing: Port Union, Difference and Intersection algorithms to C++
87-
- Processing: 'Project points (cartesian)' algorithm
87+
- Processing: 'Project points (Cartesian)' algorithm
8888
- Processing: Dynamic parameter values for more algorithms
8989
- Processing: Multi-ring buffer (constant distance) algorithm
9090
- Processing: New "segmentize" algorithms

resources/data/contributors.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"properties": {
8989
"Name": "Tisham Dhar",
9090
"Committer": "Yes",
91-
"First Commit Message": "MINGW/MSYS based intial windows builds/installers",
91+
"First Commit Message": "MINGW/MSYS based initial windows builds/installers",
9292
"First Commit Date": "05-02-2008",
9393
"GIT Nickname": "whatnick"
9494
},
@@ -326,7 +326,7 @@
326326
"properties": {
327327
"Name": "Mathieu Pellerin",
328328
"Committer": "Yes",
329-
"First Commit Message": "[labelling] set fill rule of qpainterpath for text/buffer rendering",
329+
"First Commit Message": "[labeling] set fill rule of qpainterpath for text/buffer rendering",
330330
"First Commit Date": "04-09-2015",
331331
"GIT Nickname": "nirvn"
332332
},

scripts/spell_check/spelling.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ coloum:column
13521352
coloumn:column
13531353
coloumns:columns
13541354
coloums:columns
1355-
colour:color
1355+
colour:color:%
13561356
colours:colors
13571357
colum:column
13581358
colums:columns

0 commit comments

Comments
 (0)