From 4e85d0dd90b7e069ce04c46bf4106ae8e2f5a77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 26 Feb 2013 11:15:35 +0100 Subject: Fix unintended rename of m_askfilename --- tdespell2/plugins/ispell/ispell_checker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdespell2/plugins/ispell/ispell_checker.h') diff --git a/tdespell2/plugins/ispell/ispell_checker.h b/tdespell2/plugins/ispell/ispell_checker.h index b9d02c177..84faa34f9 100644 --- a/tdespell2/plugins/ispell/ispell_checker.h +++ b/tdespell2/plugins/ispell/ispell_checker.h @@ -245,7 +245,7 @@ private: FILE * m_infile; /* File being corrected */ FILE * m_outfile; /* Corrected copy of infile */ - char * m_astdefilename; /* File specified in -f option */ + char * m_askfilename; /* File specified in -f option */ int m_changes; /* NZ if changes made to cur. file */ int m_readonly; /* NZ if current file is readonly */ -- cgit v1.2.1