diff options
Diffstat (limited to 'ext/aspell/aspell.c')
-rw-r--r-- | ext/aspell/aspell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/aspell/aspell.c b/ext/aspell/aspell.c index 63ae1b662b..f07e26683b 100644 --- a/ext/aspell/aspell.c +++ b/ext/aspell/aspell.c @@ -222,6 +222,6 @@ PHP_MINFO_FUNCTION(aspell) * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ |