--- profiles/audio/avdtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index fe63a40..fc896c7 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -3807,7 +3807,7 @@ const char *avdtp_strerror(struct avdtp_error *err) case AVDTP_BAD_ROHC_FORMAT: return "Bad Header Compression Format"; case AVDTP_BAD_CP_FORMAT: - return "Bad Content Protetion Format"; + return "Bad Content Protection Format"; case AVDTP_BAD_MULTIPLEXING_FORMAT: return "Bad Multiplexing Format"; case AVDTP_UNSUPPORTED_CONFIGURATION: @@ -3815,7 +3815,7 @@ const char *avdtp_strerror(struct avdtp_error *err) case AVDTP_BAD_STATE: return "Bad State"; default: - return "Unknow error"; + return "Unknown error"; } } -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html