Skip to content

Commit

Permalink
Fix spelling errors. (#561)
Browse files Browse the repository at this point in the history
* neighour     -> neighbour
 * excentricity -> eccentricity
  • Loading branch information
sebastic authored and neteler committed Apr 27, 2020
1 parent 202f68e commit c0365e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imagery/i.ortho.photo/i.ortho.camera/i.ortho.camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>DESCRIPTION</h2>
calibration certificate) the center is the origin and the values are 0 for
both X and Y of Point of Symmetry. But usually the principal point does not
fall on the intersection of the radii at the center of the picture. This
excentricity is usually of the order of a few micrometers. <p>
eccentricity is usually of the order of a few micrometers. <p>

You are then asked to enter the X and Y photo coordinates of each fiducial
as follows.
Expand Down
2 changes: 1 addition & 1 deletion imagery/i.segment/region_growing.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ int region_growing(struct globals *globals)
pathflag = FALSE;

if (Rk_bestn.id < 0) {
G_debug(4, "Rk's best neighour is negative");
G_debug(4, "Rk's best neighbour is negative");
pathflag = FALSE;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/vector/Vlib/remove_areas.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Vect_remove_small_areas_ext(struct Map_info *Map, double thresh,
}
G_debug(3, "num neighbours = %d", AList->n_values);

/* Go through the list of neighours and find that with the longest boundary */
/* Go through the list of neighbours and find that with the longest boundary */
dissolve_neighbour = 0;
length = -1.0;
for (i = 0; i < AList->n_values; i++) {
Expand Down

0 comments on commit c0365e8

Please sign in to comment.