From 3aead1e22559ee29e75592dee4abaa75bd5e0b13 Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Sat, 26 Dec 2009 14:13:35 +0000 Subject: [PATCH] Fix a minor typo inside plugin API reference. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4507 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 6 ++++++ doc/plugins.dox | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6958ad217..511964a52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-26 Frank Lanitz + + * doc/plugins.dox: + Fix a minor typo inside plugin API reference. + + 2009-12-20 Enrico Tröger * src/dialog.c, src/dialogs.h, src/document.c, src/prefs.c: diff --git a/doc/plugins.dox b/doc/plugins.dox index 1d054c18e..cd0f9eb5f 100644 --- a/doc/plugins.dox +++ b/doc/plugins.dox @@ -152,7 +152,7 @@ PluginCallback plugin_callbacks[] = * Sent after the filetype of a document has been changed. * The previous filetype object is passed but it can be NULL (e.g. at startup). * The new filetype can be read with: @code - * GeanyFiletype *ft = doc->filetype; + * GeanyFiletype *ft = doc->file_type; * @endcode * * @param obj a GeanyObject instance, should be ignored. -- 2.11.4.GIT