Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 06 Oct 2013 12:15:35 UTC Commit: ae17f4b445b6c548d13384747d15c896507001af https://github.com/geany/geany-plugins/commit/ae17f4b445b6c548d13384747d15c8...
Log Message: ----------- Fix typo
Modified Paths: -------------- wscript
Modified: wscript 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -107,7 +107,7 @@ def configure(conf): # build plugin list enabled_plugins = get_enabled_plugins(conf)
- # execute plugin specific coniguration code + # execute plugin specific configuration code configure_plugins(conf, enabled_plugins) # now add the enabled_plugins to the env to remember them conf.env.append_value('enabled_plugins', enabled_plugins)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).