Skip to content

Commit

Permalink
Fix spelling errors. (#1916)
Browse files Browse the repository at this point in the history
* postion -> position
  • Loading branch information
sebastic committed Oct 2, 2021
1 parent 534e7bb commit bdbf487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/wxpython/nviz/tools.py
Expand Up @@ -5776,7 +5776,7 @@ def SetPage(self, name):

class PositionWindow(Window):
"""Abstract position control window, see subclasses
ViewPostionWindow and LightPositionWindow"""
ViewPositionWindow and LightPositionWindow"""

def __init__(self, parent, mapwindow, id=wx.ID_ANY, **kwargs):
self.mapWindow = mapwindow
Expand Down
4 changes: 2 additions & 2 deletions imagery/i.ortho.photo/lib/orthoref.c
Expand Up @@ -277,7 +277,7 @@ int I_compute_ortho_equations(struct Ortho_Control_Points *cpz,
WT1.x[5][5] = (Q1 / (kappa_var * kappa_var));
}
else {
G_warning(_("Camera postion not available"));
G_warning(_("Camera position not available"));
#ifdef DEBUG
fclose(debug);
#endif
Expand Down Expand Up @@ -547,7 +547,7 @@ int I_compute_ortho_equations(struct Ortho_Control_Points *cpz,
#endif

} /* end ITERATION loop */
G_verbose_message("%d iterations to refine camera postion", iter);
G_verbose_message("%d iterations to refine camera position", iter);

/* This is the solution */
*XC = epsilon.x[0][0];
Expand Down

0 comments on commit bdbf487

Please sign in to comment.