Skip to content

Commit

Permalink
Fixed typos found with codespell.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Nov 20, 2023
1 parent 9b2903f commit eff0a94
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion BUGS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ priority the item has.
// SoXtRenderArea *theViewer = new SoXtRenderArea( theMainForm ,
// "examinerArea" , true );

// and a non ebedded SoXtExaminerViewer works
// and a non embedded SoXtExaminerViewer works
// SoXtExaminerViewer *theViewer = new SoXtExaminerViewer( NULL ,
// "examinerArea" , true , SoXtFullViewer::BUILD_ALL ,
// SoXtViewer::EDITOR );
Expand Down
2 changes: 1 addition & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
# We can hardcode non-existant directories.
# We can hardcode non-existent directories.
if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
# If the only mechanism to avoid hardcoding is shlibpath_var, we
# have to relink, otherwise we might link with an installed library
Expand Down
6 changes: 3 additions & 3 deletions cfg/depcomp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ tru64)

dashmstdout)
# Important note: in order to support this mode, a compiler *must*
# always write the proprocessed file to stdout, regardless of -o.
# always write the preprocessed file to stdout, regardless of -o.
"$@" || exit $?

# Remove the call to Libtool.
Expand Down Expand Up @@ -380,7 +380,7 @@ makedepend)

cpp)
# Important note: in order to support this mode, a compiler *must*
# always write the proprocessed file to stdout.
# always write the preprocessed file to stdout.
"$@" || exit $?

# Remove the call to Libtool.
Expand Down Expand Up @@ -422,7 +422,7 @@ cpp)

msvisualcpp)
# Important note: in order to support this mode, a compiler *must*
# always write the proprocessed file to stdout, regardless of -o,
# always write the preprocessed file to stdout, regardless of -o,
# because we must use -o when running libtool.
"$@" || exit $?
IFS=" "
Expand Down
12 changes: 6 additions & 6 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ChangeLog.v1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@

* src/Inventor/Xt/viewers/PlaneViewer.cpp:

Moves actualRedraw() to comon code.
Moves actualRedraw() to common code.

2002-05-15 09:13 mortene

Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeLog.v1.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@

* Makefile.am, configure.ac:

am-conditional on Xpm library usage, and reenable test-code dir
am-conditional on Xpm library usage, and re-enable test-code dir

2003-06-18 17:40 larsa

Expand Down
6 changes: 3 additions & 3 deletions docs/ChangeLog.v1.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
src/Inventor/Xt/viewers/Makefile.in,
src/Inventor/Xt/widgets/Makefile.in, src/Makefile.in, test-
code/Makefile.in:
boostrap.
bootstrap.
[7bee7e79bd99]

* configure.ac:
Expand Down Expand Up @@ -203,7 +203,7 @@
src/Inventor/Xt/viewers/Makefile.in,
src/Inventor/Xt/widgets/Makefile.in, src/Makefile.in, test-
code/Makefile.in:
boostrap.
bootstrap.
[cc2078cdf528]

* configure.ac:
Expand All @@ -221,7 +221,7 @@
src/Inventor/Xt/viewers/Makefile.in,
src/Inventor/Xt/widgets/Makefile.in, src/Makefile.in,
src/config.h.in, test-code/Makefile.in:
remove ununsed BASIC_HEADER_TOP substitution hack.
remove unused BASIC_HEADER_TOP substitution hack.
[b42aecabf86f]

* Makefile.am:
Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeLog.v1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
2018-11-02 18:18 +0100 Giampiero Gabbiani <[email protected]> (ef6dd25b387e <CMake>)

* TODO:
addedd something about Linux Joy
added something about Linux Joy

2018-11-02 18:17 +0100 Giampiero Gabbiani <[email protected]> (3641e88925b2 <CMake>)

Expand Down
2 changes: 1 addition & 1 deletion docs/XtAppSetExitFlag
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ X-Received-Date: Sun, 11 May 2003 19:18:09 MET DST (news01.chello.no)
Xref: news.teledanmark.no comp.windows.x:133457

JF Mezei <[email protected]> wrote:
>Is there a way, from inside a callback funtion to signal to XtAppMainLoop that
>Is there a way, from inside a callback function to signal to XtAppMainLoop that
>it should end ?
>
>All of the example programs I have seen so far have the callback itself
Expand Down
2 changes: 1 addition & 1 deletion src/Inventor/Xt/viewers/FullViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void
SoXtFullViewer::removeAppPushButton(Widget button)
{
int idx = PRIVATE(this)->appButtonsList->find(button);
assert(idx != -1 && "tried to remove non-existant button");
assert(idx != -1 && "tried to remove non-existent button");
PRIVATE(this)->resetAppPushButtons();
PRIVATE(this)->appButtonsList->remove(idx);
PRIVATE(this)->layoutAppPushButtons();
Expand Down
2 changes: 1 addition & 1 deletion src/Inventor/Xt/viewers/killed-prefs.diff
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ diff -u -r1.14 ExaminerViewer.cpp
- PRIVATE(viewer)->axesfieldchanged();
-}
-
-// This callback should toggle wether the point of rotation should be
-// This callback should toggle whether the point of rotation should be
-// embedded in the model Z-buffer wise, or be printed as overlay data.
-void
-SoXtExaminerViewerP::rotaxesoverlaytoggled(void)
Expand Down
2 changes: 1 addition & 1 deletion tags
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ SoXtPopupMenu::SoXtPopupMenu src/Inventor/Xt/widgets/SoXtPopupMenu.cpp /^SoXtPop
SoXtPopupMenu::getItemRecord src/Inventor/Xt/widgets/SoXtPopupMenu.cpp /^SoXtPopupMenu::getItemRecord($/
SoXtPopupMenu::getMenuRecord src/Inventor/Xt/widgets/SoXtPopupMenu.cpp /^SoXtPopupMenu::getMenuRecord($/
SoXtPopupMenu::~SoXtPopupMenu src/Inventor/Xt/widgets/SoXtPopupMenu.cpp /^SoXtPopupMenu::~SoXtPopupMenu($/
SoXtRenderArea::processEvent src/Inventor/Xt/SoXtRenderAreaExtra.cpp /^SoXtRenderArea::processEvent( \/\/ virtual, protecte/
SoXtRenderArea::processEvent src/Inventor/Xt/SoXtRenderAreaExtra.cpp /^SoXtRenderArea::processEvent( \/\/ virtual, protected/
SoXtSpaceball::SoXtSpaceball src/Inventor/Xt/devices/SoXtSpaceball.cpp /^SoXtSpaceball::SoXtSpaceball($/
SoXtSpaceball::disable src/Inventor/Xt/devices/SoXtSpaceball.cpp /^SoXtSpaceball::disable( \/\/ virtual$/
SoXtSpaceball::enable src/Inventor/Xt/devices/SoXtSpaceball.cpp /^SoXtSpaceball::enable( \/\/ virtual$/
Expand Down
2 changes: 1 addition & 1 deletion test-code/initalfullscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ main(

int screen = DefaultScreen(display);

// Destroy the window asociated to the widget
// Destroy the window associated to the widget
XtUnrealizeWidget( TheWindow );

// Put some values in the size, otherwise the window creation will complain
Expand Down

0 comments on commit eff0a94

Please sign in to comment.