comparison scripts/startup/site-rcfile @ 30847:1d500db0f5ec stable

* scripts/startup/site-rcfile: Fix grammar/typo.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 19 Mar 2022 13:39:03 +0100
parents ea31a050bdd8
children b08a96c70196
comparison
equal deleted inserted replaced
30844:8b50d8916a18 30847:1d500db0f5ec
1 ## System-wide startup file for Octave. 1 ## System-wide startup file for Octave.
2 ## 2 ##
3 ## If the environment variable OCTAVE_SITE_INITFILE is set when Octave 3 ## If the environment variable OCTAVE_SITE_INITFILE is set when Octave
4 ## starts, then that file is executed instead of this file. 4 ## starts, then that file is executed instead of this file.
5 ## 5 ##
6 ## This file contain commands that should be executed each time Octave starts 6 ## This file contains commands that should be executed each time Octave starts
7 ## for every user at this site. 7 ## for every user at this site.