Fix wrong use of comma
As the sentence ended, it should be a '.' but not comma. Change-Id: I6b0233146692492ef9017b97f77b652672b39d9e
This commit is contained in:
parent
db43b4cd84
commit
49bff50f38
@ -42,7 +42,7 @@ class EventFactory(object):
|
|||||||
event_val.eventType = eventType
|
event_val.eventType = eventType
|
||||||
|
|
||||||
# TODO(mrutkows): CADF is only being used for basic
|
# TODO(mrutkows): CADF is only being used for basic
|
||||||
# 'activity' auditing (on APIs), An IF-ELIF will
|
# 'activity' auditing (on APIs). An IF-ELIF will
|
||||||
# become more meaningful as we add support for other
|
# become more meaningful as we add support for other
|
||||||
# event types.
|
# event types.
|
||||||
# elif eventType == cadftype.EVENTTYPE_MONITOR:
|
# elif eventType == cadftype.EVENTTYPE_MONITOR:
|
||||||
|
Loading…
Reference in New Issue
Block a user