diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-07-02 12:32:40 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-07-03 14:36:14 +0300 |
commit | fcb426c76abb599d05aba62b35a943989fe8f4a5 (patch) | |
tree | d586d51d91bf5d4fdfbec352c0fdf4be5e3724d8 /test | |
parent | 488af0f4da212de98b8e48b07c6a4573ec7adc50 (diff) |
Fix common misspelled words
Accounting of misspelled words, as detected by codespell:
acording 2
ancilliary 1
appropiate 1
atribute 1
cant 1
comming 2
gracefull 1
lenght 1
mispelled 1
occured 1
occurences 1
ocurred 3
prefered 1
presense 1
reponse 1
seperate 1
succesful 1
successully 1
sucessfull 1
sucessfully 1
Diffstat (limited to 'test')
-rwxr-xr-x | test/apitest | 2 | ||||
-rw-r--r-- | test/bdaddr.c | 2 | ||||
-rw-r--r-- | test/sap-client | 2 | ||||
-rwxr-xr-x | test/test-health | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/apitest b/test/apitest index b1c3f103..f1d51f1e 100755 --- a/test/apitest +++ b/test/apitest @@ -403,7 +403,7 @@ class Tester: print 'Usage: %s -i <dev> ListRecentRemoteDevices date' % self.name else: # FIXME: remove at future version - print 'Script Error: Method %s not found. Maybe a mispelled word.' % (self.cmd_args) + print 'Script Error: Method %s not found. Maybe a misspelled word.' % (self.cmd_args) except dbus.DBusException, e: print '%s failed: %s' % (self.cmd, e) sys.exit(1) diff --git a/test/bdaddr.c b/test/bdaddr.c index 683b3b9b..f87fa385 100644 --- a/test/bdaddr.c +++ b/test/bdaddr.c @@ -437,7 +437,7 @@ int main(int argc, char *argv[]) printf("Reset device manually\n"); } else { ioctl(dd, HCIDEVRESET, dev); - printf("Device reset successully\n"); + printf("Device reset successfully\n"); } } else { printf("Reset device now\n"); diff --git a/test/sap-client b/test/sap-client index b12d4552..413424c0 100644 --- a/test/sap-client +++ b/test/sap-client @@ -829,7 +829,7 @@ class SAPClient: try: params = self.__rcvMsg(SAPMessage_DISCONNECT_IND()).getParams() - """gracefull""" + """graceful""" if params[0].getValue() == 0x00: if not self.proc_transferAPDU(): return False diff --git a/test/test-health b/test/test-health index 28cc894f..16a5a2bf 100755 --- a/test/test-health +++ b/test/test-health @@ -83,7 +83,7 @@ pref = None if role == "Source": while pref == None: try: - print "Select a prefered data channel type 1.", + print "Select a preferred data channel type 1.", print "reliable 2. streaming: ", sel = int(sys.stdin.readline()) if sel == 1: |