Trivial fix to spelling mistake in mfc_err error messages
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
         * First set the output frame buffers
         */
        if (ctx->capture_state != QUEUE_BUFS_MMAPED) {
-               mfc_err("It seems that not all destionation buffers were mmaped\nMFC requires that all destination are mmaped before starting processing\n");
+               mfc_err("It seems that not all destination buffers were mmaped\nMFC requires that all destination are mmaped before starting processing\n");
                return -EAGAIN;
        }
        if (list_empty(&ctx->src_queue)) {
 
         * s5p_mfc_alloc_dec_buffers(ctx); */
 
        if (ctx->capture_state != QUEUE_BUFS_MMAPED) {
-               mfc_err("It seems that not all destionation buffers were\n"
+               mfc_err("It seems that not all destination buffers were\n"
                        "mmaped.MFC requires that all destination are mmaped\n"
                        "before starting processing.\n");
                return -EAGAIN;