summaryrefslogtreecommitdiffstats
path: root/elapi/elapi_internal.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-10-02 16:22:25 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-05 17:15:40 -0400
commit594371bcbd255e81bc0bc31d9714d9136940526e (patch)
tree95d061ad3a2819760e1fb0d1f0ca67f16061db53 /elapi/elapi_internal.c
parente9f2a23c715cf0169e0537ab6a884c32ba5f52f5 (diff)
downloadding-libs-594371bcbd255e81bc0bc31d9714d9136940526e.tar.gz
ding-libs-594371bcbd255e81bc0bc31d9714d9136940526e.tar.xz
ding-libs-594371bcbd255e81bc0bc31d9714d9136940526e.zip
ELAPI Rename variables and functions not to use word template
Addressing Ticket #191. Renamed all varibles from 'template' to 'tpl'. Used 'tplt' in function names instead of 'templete'.
Diffstat (limited to 'elapi/elapi_internal.c')
-rw-r--r--elapi/elapi_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elapi/elapi_internal.c b/elapi/elapi_internal.c
index d80725b..fbbc015 100644
--- a/elapi/elapi_internal.c
+++ b/elapi/elapi_internal.c
@@ -728,7 +728,7 @@ void elapi_print_dispatcher(struct elapi_dispatcher *handle)
printf("\n\nConfig collection:\n\n");
if (handle->ini_config) col_debug_collection(handle->ini_config, COL_TRAVERSE_DEFAULT);
printf("\nDefault template:\n\n");
- if (handle->default_template) col_debug_collection(handle->default_template, COL_TRAVERSE_DEFAULT);
+ if (handle->default_tpl) col_debug_collection(handle->default_tpl, COL_TRAVERSE_DEFAULT);
printf("\n\nDeep target inspection:\n\n");
if (handle->target_list) {