Skip to content

Commit

Permalink
Invalud typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Champ Clark III committed Jun 22, 2015
1 parent 65941cd commit 023bc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagan-rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ void Load_Rules( const char *ruleset )

if ( strcmp(tok_tmp, "file_hash") && strcmp(tok_tmp, "url") && strcmp(tok_tmp, "filename") && strcmp(tok_tmp, "reputation") )
{
Sagan_Log(S_ERROR, "[%s, line %d] %s at line %d has a invalud Bluedot option!", __FILE__, __LINE__, ruleset, linecount);
Sagan_Log(S_ERROR, "[%s, line %d] %s at line %d has a invalid Bluedot option!", __FILE__, __LINE__, ruleset, linecount);
}


Expand Down

0 comments on commit 023bc9c

Please sign in to comment.