Various apol tabs: Fix typo in result message.

Closes #30

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2019-10-23 18:47:09 -04:00
parent 2fd3739fd0
commit 474c4e0566
7 changed files with 7 additions and 7 deletions

View File

@ -302,7 +302,7 @@ class FSUseQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} fs_use_* statment(s) found.".format(count))
self.log.info("{0} fs_use_* statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():

View File

@ -294,7 +294,7 @@ class IbendportconQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} ibendportcon statment(s) found.".format(count))
self.log.info("{0} ibendportcon statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():

View File

@ -307,7 +307,7 @@ class IbpkeyconQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} ibpkeycon statment(s) found.".format(count))
self.log.info("{0} ibpkeycon statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():

View File

@ -277,7 +277,7 @@ class InitialSIDQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} initial SID statment(s) found.".format(count))
self.log.info("{0} initial SID statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():

View File

@ -277,7 +277,7 @@ class NetifconQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} netifcon statment(s) found.".format(count))
self.log.info("{0} netifcon statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():

View File

@ -281,7 +281,7 @@ class NodeconQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} nodecon statment(s) found.".format(count))
self.log.info("{0} nodecon statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():

View File

@ -298,7 +298,7 @@ class PortconQueryTab(AnalysisTab):
self.thread.start()
def update_complete(self, count):
self.log.info("{0} portcon statment(s) found.".format(count))
self.log.info("{0} portcon statement(s) found.".format(count))
# update sizes/location of result displays
if not self.busy.wasCanceled():