From 39f40e9312ae7c70033df390d7fd90e6fc912260 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Thu, 30 Jun 2011 09:16:33 +0200 Subject: [PATCH] Fix typo: mathlab -> matlab --- src/file_mat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_mat.c b/src/file_mat.c index 70dc174f..c5de6459 100644 --- a/src/file_mat.c +++ b/src/file_mat.c @@ -35,7 +35,7 @@ static int header_check_mat(const unsigned char *buffer, const unsigned int buff const file_hint_t file_hint_mat= { .extension="mat", - .description="Mathlab", + .description="Matlab", .min_header_distance=0, .max_filesize=10*1024*1024, .recover=1,