Révision 2c912170
Fix some spelling mistakes
Thanks, codespell!
| plugins/security/forefront_ | ||
|---|---|---|
| 32 | 32 |
# |
| 33 | 33 |
# Install guide: |
| 34 | 34 |
# This plugin relies on correct configured ODBC for the MOM database |
| 35 |
# Prerequisits: |
|
| 35 |
# Prerequisites:
|
|
| 36 | 36 |
# * Install and configure FreeTDS and DBD::Sybase (packages tdsodbc and libdbd-sybase-perl on Ubuntu) |
| 37 | 37 |
# - DBD::Sybase is preferred over ODBC because of strange TEXT field handling in DBD::ODBC |
| 38 | 38 |
# |
| ... | ... | |
| 214 | 214 |
chomp($field); |
| 215 | 215 |
print $field . ".label " . $profiles{$policy}{'name'} . "\n";
|
| 216 | 216 |
print $field . ".draw LINE2\n"; |
| 217 |
print $field . ".info Numer of computers having the " .$profiles{$policy}{'name'} . " profile.\n";
|
|
| 217 |
print $field . ".info Number of computers having the " .$profiles{$policy}{'name'} . " profile.\n";
|
|
| 218 | 218 |
if($profiles{$policy}{'old'}) {
|
| 219 | 219 |
print $field . "old.label " . $profiles{$policy}{'name'} . " (old)\n";
|
| 220 | 220 |
print $field . "old.draw LINE2\n"; |
| 221 |
print $field . "old.info Numer of computers having an old version of the " .$profiles{$policy}{'name'} . " profile.\n";
|
|
| 221 |
print $field . "old.info Number of computers having an old version of the " .$profiles{$policy}{'name'} . " profile.\n";
|
|
| 222 | 222 |
} |
| 223 | 223 |
} |
| 224 | 224 |
} |
Formats disponibles : Unified diff