diff options
Diffstat (limited to 'libgfortran/runtime/environ.c')
-rw-r--r-- | libgfortran/runtime/environ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/runtime/environ.c b/libgfortran/runtime/environ.c index c519f084573..555b4482c69 100644 --- a/libgfortran/runtime/environ.c +++ b/libgfortran/runtime/environ.c @@ -503,7 +503,7 @@ static variable variable_table[] = { stringize (DEFAULT_RECL), 0}, {"GFORTRAN_LIST_SEPARATOR", 0, NULL, init_sep, show_sep, - "Separatator to use when writing list output. May contain any number of " + "Separator to use when writing list output. May contain any number of " "spaces\nand at most one comma. Default is a single space.", 0}, /* Memory related controls */ @@ -855,7 +855,7 @@ mark_range (int unit1, int unit2) /* Parse the GFORTRAN_CONVERT_UNITS variable. This is called twice, once to count the units and once to actually mark them in - the table. When counting, we don't check for double occurences + the table. When counting, we don't check for double occurrences of units. */ static int |