GLK: Correct spelling mistake

refered -> referred
This commit is contained in:
Hubert Maier 2022-10-27 11:41:48 +02:00 committed by Eugene Sandulenko
parent c384b1df05
commit 1b97af8938
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -696,7 +696,7 @@ void set_test_mode(fc_type fc) {
#ifndef REPLACE_GETFILE
/* This opens the file refered to by fname and returns it */
/* This opens the file referred to by fname and returns it */
static genfile uf_open(fc_type fc, filetype ext, rbool rw) {
char *errstr;
genfile f;