Skip to content

Commit

Permalink
Merge pull request #1665 from atktng/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
cyberw authored Dec 20, 2020
2 parents db2f764 + d6fef21 commit 11de532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def __call__(self):
def stats_writer(self):
"""Writes all the csv files for the locust run."""

# Write header row for all files and save posistion for non-append files
# Write header row for all files and save position for non-append files
self.requests_csv_writer.writerow(self.requests_csv_columns)
requests_csv_data_start = self.requests_csv_filehandle.tell()

Expand Down

0 comments on commit 11de532

Please sign in to comment.