Skip to content

Commit 6edb39d

Browse files
author
derpadoo
committed
Fixed typo
1 parent 841bae7 commit 6edb39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/scan_scheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def main():
9797
scan_binary = scan.site.scan_command.scan_binary
9898

9999
# The ScheduledScan model acts as the sanitized endpoint for agents to determine scan jobs. We don't want to
100-
# expose the other models, so we populate that ScheduledScan mdoel instead. The actual exposed fields for the
100+
# expose the other models, so we populate that ScheduledScan model instead. The actual exposed fields for the
101101
# API are controlled using master/api/serializers.py.
102102

103103
# start_datetime is a DateTimeField in ScheduledScan, but the Scan model only contains start_time (TimeField)

0 commit comments

Comments
 (0)