summaryrefslogtreecommitdiffstats
path: root/src/rccspell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rccspell.h')
-rw-r--r--src/rccspell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rccspell.h b/src/rccspell.h
index 49d5c99..4943e93 100644
--- a/src/rccspell.h
+++ b/src/rccspell.h
@@ -15,7 +15,7 @@ struct rcc_speller_t {
#else
void *speller;
#endif /* HAVE_ASPELL */
- rcc_speller parrents[RCC_MAX_LANGUAGE_PARRENTS+1];
+ rcc_speller parents[RCC_MAX_LANGUAGE_PARENTS+1];
};
typedef struct rcc_speller_t rcc_speller_s;