From 67223b0265501c17357f91a956ff4b1f76a67523 Mon Sep 17 00:00:00 2001 From: Tom Patzig Date: Tue, 19 Apr 2016 16:43:05 +0200 Subject: [PATCH] Fix Q_PLUGIN_EXTRA_CONF_PATH usage comment The bug #1542282 added Q_PLUGIN_CONF_PATH to the comment on how to use Q_PLUGIN_EXTRA_CONF_FILES. But the right variable name is Q_PLUGIN_EXTRA_CONF_PATH; this patch fixes this comment. Change-Id: I6b6b39068fe54509b1bb8af47ae0b21dd77c444a Related-Bug: #1469434 Closes-Bug: #1542282 --- lib/neutron-legacy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/neutron-legacy b/lib/neutron-legacy index c2729cb5d2..76adb28196 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -946,10 +946,10 @@ function _configure_neutron_common { # Set plugin-specific variables ``Q_DB_NAME``, ``Q_PLUGIN_CLASS``. # For main plugin config file, set ``Q_PLUGIN_CONF_PATH``, ``Q_PLUGIN_CONF_FILENAME``. - # For addition plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH`` and + # For additional plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH`` and # ``Q_PLUGIN_EXTRA_CONF_FILES``. For example: # - # ``Q_PLUGIN_CONF_PATH=/path/to/plugins`` + # ``Q_PLUGIN_EXTRA_CONF_PATH=/path/to/plugins`` # ``Q_PLUGIN_EXTRA_CONF_FILES=(file1 file2)`` neutron_plugin_configure_common