diff options
Diffstat (limited to '')
-rw-r--r-- | plugin_seti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_seti.c b/plugin_seti.c index 4fe7aea..ad115aa 100644 --- a/plugin_seti.c +++ b/plugin_seti.c @@ -63,7 +63,7 @@ static int parse_seti(void) FILE *stream; int age; - /* if a fatal error occured, do nothing */ + /* if a fatal error occurred, do nothing */ if (fatal != 0) return -1; |