Skip to content

Commit

Permalink
contrib: fix additional typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and xdelaruelle committed Feb 17, 2022
1 parent a891f1c commit 85d7963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/modulefiles/gnu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
proc ModulesHelp { } {
puts stderr "\tGNU Software\n"
puts stderr "\tThe GNU software package contains a variety of UNIX programs like cp, ls, rm, etc. It also contains more powerful tools like tar, and emacs."
puts stderr "\tBe advised that if you have this module loaded before the 'system' module, that you will be using the GNU versions of common UNIX commands."
puts stderr "\tBe advised that if you have this module loaded before the 'system' module, you will be using the GNU versions of common UNIX commands."
puts stderr "\tWebsite: http://www.gnu.org/"
}

Expand Down
8 changes: 4 additions & 4 deletions contrib/modulefiles/openwin
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#%Module######################################################################
##
## <module-name> Module
## OpenWindows Module
##
proc ModulesHelp { } {
puts stderr "\tThe Openwin Module\n"
puts stderr "\tThe OpenWindows Module\n"
puts stderr "\tThis module sets paths and other environment variables\n"
puts stderr "\tthat allow you to use the openwindows environment and\n"
puts stderr "\topenwindows based programs. Available on Sun Workstations.\n"
puts stderr "\tthat allow you to use the OpenWindows enironment and\n"
puts stderr "\tOpenWindows based programs. Available on Sun Workstations.\n"
puts stderr "\tFor more info: http://docs.sun.com/db/doc/806-2901\n"

}
Expand Down

0 comments on commit 85d7963

Please sign in to comment.