mirror of https://github.com/google/oss-fuzz.git
corrected a typo (#10818)
corrected a typo found when reading a function documentation I read the contributing.md, the code of conduct and signed the Google Individual Contributor License Agreement.
This commit is contained in:
parent
f5be60d9c4
commit
d310b02fe0
|
@ -57,7 +57,7 @@ class BaseFuzzTargetRunner:
|
|||
def initialize(self):
|
||||
"""Initialization method. Must be called before calling run_fuzz_targets.
|
||||
Returns True on success."""
|
||||
# Use a seperate initialization function so we can return False on failure
|
||||
# Use a separate initialization function so we can return False on failure
|
||||
# instead of exceptioning like we need to do if this were done in the
|
||||
# __init__ method.
|
||||
|
||||
|
|
Loading…
Reference in New Issue