Fix some typo in the files

alwayws should be always
messges should be messages

Change-Id: I64fe8378efb6dd069047852d40ea310b71b28429
This commit is contained in:
zhangyanxian 2016-07-22 03:24:14 +00:00
parent 3a4773133e
commit 59936c7b38
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ class JMXFetch(object):
java_bin_path: is the path to the java executable. It was
previously set in the "instance" part of the yaml file of the
jmx check. So we need to parse yaml files to get it.
We assume that this value is alwayws the same for every jmx check
We assume that this value is always the same for every jmx check
so we can return the first value returned
java_options: is string contains options that will be passed to java_bin_path

View File

@ -84,7 +84,7 @@ class TestPostfix(unittest.TestCase):
# output what went in... per queue
print()
for queue, count in self.in_count.iteritems():
print('Test messges put into', queue, '= ', self.in_count[queue][0])
print('Test messages put into', queue, '= ', self.in_count[queue][0])
# output postfix.py dd-agent plugin counts... per queue
print()