diff options
author | Robert Gogolok <gogo@cs.uni-sb.de> | 2008-05-23 20:57:28 +0000 |
---|---|---|
committer | Robert Gogolok <gogo@cs.uni-sb.de> | 2008-05-23 20:57:28 +0000 |
commit | d8a354001fe00188635ad74430af602a3f5c270c (patch) | |
tree | 890b8d6a85ef31f002f1ca031d6a8cf5b1a99948 /src/lib/Server/Reports | |
parent | cd04606f10242676ce67d8628d14e27bd43a9976 (diff) | |
download | bcfg2-d8a354001fe00188635ad74430af602a3f5c270c.tar.gz bcfg2-d8a354001fe00188635ad74430af602a3f5c270c.tar.bz2 bcfg2-d8a354001fe00188635ad74430af602a3f5c270c.zip |
fix typos, #560
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4631 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports')
-rw-r--r-- | src/lib/Server/Reports/reports/templates/config_items/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/templates/config_items/index.html b/src/lib/Server/Reports/reports/templates/config_items/index.html index 76541b38c..159ff8579 100644 --- a/src/lib/Server/Reports/reports/templates/config_items/index.html +++ b/src/lib/Server/Reports/reports/templates/config_items/index.html @@ -43,7 +43,7 @@ {% endif %}{% if item.reason.current_version %} <tr><td align="right"><b>Version: </b></td><td>{{item.reason.current_version}}</td><td>{{item.reason.version}}</td></tr> {% endif %}{% if not item.reason.current_exists %} -<tr><td align="right"><b>Existance: </b></td><td colspan=2>This item does not currently exist on the host but is specified to exist in the configuration.</td></tr> +<tr><td align="right"><b>Existence: </b></td><td colspan=2>This item does not currently exist on the host but is specified to exist in the configuration.</td></tr> {% endif %}{% if item.reason.current_diff %} <tr><td align="right"><b>NDiff: </b></td><td colspan=2><pre>{{item.reason.current_diff|syntaxhilight:"diff"}}</pre></td></tr> {% endif %} |