summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell-speller.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-12-15 12:27:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-15 12:27:57 +0100
commit7eb5cc4b9719cb52d931f91914d11830f6b82385 (patch)
treea850ee3b91e48bb388098f480fb895e31a80451c /src/plugins/aspell/weechat-aspell-speller.c
parenta64dad2597796cfc56bdebf624bcf4984991ad8b (diff)
downloadweechat-7eb5cc4b9719cb52d931f91914d11830f6b82385.zip
core: move comments with description of C file to top of files
Diffstat (limited to 'src/plugins/aspell/weechat-aspell-speller.c')
-rw-r--r--src/plugins/aspell/weechat-aspell-speller.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/aspell/weechat-aspell-speller.c b/src/plugins/aspell/weechat-aspell-speller.c
index b295bd2ec..940615be6 100644
--- a/src/plugins/aspell/weechat-aspell-speller.c
+++ b/src/plugins/aspell/weechat-aspell-speller.c
@@ -1,4 +1,6 @@
/*
+ * weechat-aspell-speller.c - speller management for aspell plugin
+ *
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org>
*
@@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * weechat-aspell-speller.c: speller management for aspell plugin
- */
-
#include <stdlib.h>
#include <string.h>