summaryrefslogtreecommitdiff
path: root/attrib/att.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-07-02 12:32:40 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-07-03 14:36:14 +0300
commitfcb426c76abb599d05aba62b35a943989fe8f4a5 (patch)
treed586d51d91bf5d4fdfbec352c0fdf4be5e3724d8 /attrib/att.c
parent488af0f4da212de98b8e48b07c6a4573ec7adc50 (diff)
downloadbluez-fcb426c76abb599d05aba62b35a943989fe8f4a5.tar.gz
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 'attrib/att.c')
-rw-r--r--attrib/att.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/att.c b/attrib/att.c
index 972f8bf0d..1ce0f7bcd 100644
--- a/attrib/att.c
+++ b/attrib/att.c
@@ -39,7 +39,7 @@ const char *att_ecode2str(uint8_t status)
case ATT_ECODE_INVALID_HANDLE:
return "Invalid handle";
case ATT_ECODE_READ_NOT_PERM:
- return "Atribute can't be read";
+ return "Attribute can't be read";
case ATT_ECODE_WRITE_NOT_PERM:
return "Attribute can't be written";
case ATT_ECODE_INVALID_PDU: