n_FT
};
-#define N_EXTENTIONS (n_FT - 1)
+#define N_EXTENSIONS (n_FT - 1)
struct file_types ft[n_FT] = {
{N_("Infer file type from extension"), NULL},
if ( x != 0 )
sensitive = TRUE;
- for (i = 1 ; i < N_EXTENTIONS ; ++i)
+ for (i = 1 ; i < N_EXTENSIONS ; ++i)
{
if ( g_str_has_suffix (fn, ft[i].ext))
{
if (file_type == FT_AUTO)
{
gint i;
- for (i = 1 ; i < N_EXTENTIONS ; ++i)
+ for (i = 1 ; i < N_EXTENSIONS ; ++i)
{
if ( g_str_has_suffix (filename, ft[i].ext))
{