diff --git a/audio/telephony-maemo5.c b/audio/telephony-maemo5.c
index 2832062..49230f1 100644
--- a/audio/telephony-maemo5.c
+++ b/audio/telephony-maemo5.c
DBUS_TYPE_UINT32, &cause_type,
DBUS_TYPE_UINT32, &cause,
DBUS_TYPE_INVALID)) {
- error("Unexpected paramters in Instance.CallStatus() signal");
+ error("Unexpected parameters in Instance.CallStatus() signal");
return;
}
diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index dd75422..943f1e1 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
DBUS_TYPE_UINT32, &cause_type,
DBUS_TYPE_UINT32, &cause,
DBUS_TYPE_INVALID)) {
- error("Unexpected paramters in Instance.CallStatus() signal");
+ error("Unexpected parameters in Instance.CallStatus() signal");
return;
}
diff --git a/audio/unix.c b/audio/unix.c
index 5199831..6e970f8 100644
--- a/audio/unix.c
+++ b/audio/unix.c
space_left = BT_SUGGESTED_BUFFER_SIZE - rsp->h.length;
- /* endianess prevent direct cast */
+ /* endianness prevents direct cast */
if (codec_cap->media_codec_type == A2DP_CODEC_SBC) {
struct sbc_codec_cap *sbc_cap = (void *) codec_cap;
sbc_capabilities_t *sbc = (void *) codec;
diff --git a/mgmt/main.c b/mgmt/main.c
index 90d43e3..3481e14 100644
--- a/mgmt/main.c
+++ b/mgmt/main.c
exit(EXIT_FAILURE);
}
- printf("Device ID succesfully set\n");
+ printf("Device ID successfully set\n");
exit(EXIT_SUCCESS);
}
diff --git a/sbc/sbc.h b/sbc/sbc.h
index 2f830ad..f7ec99d 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
#define SBC_SB_4 0x00
#define SBC_SB_8 0x01
-/* Data endianess */
+/* Data endianness */
#define SBC_LE 0x00
#define SBC_BE 0x01
diff --git a/src/uinput.h b/src/uinput.h
index e83986b..20e0941 100644
--- a/src/uinput.h
+++ b/src/uinput.h
/*
* Keys and buttons
*
- * Most of the keys/buttons are modeled after USB HUT 1.12
+ * Most of the keys/buttons are modelled after USB HUT 1.12
* (see http://www.usb.org/developers/hidpage).
* Abbreviations in the comments:
* AC - Application Control