pcie_errors: address review comments
[collectd.git] / src / collectd.conf.pod
index 20605f5..87b92e3 100644 (file)
@@ -6274,7 +6274,7 @@ notification for every error that is set. It checks for new errors at every read
 The device is indicated in plugin_instance according to format "domain:bus:dev.fn".
 Errors are divided into categories indicated by type_instance: "correctable", and
 for uncorrectable errors "non_fatal" or "fatal".
-Fatal errros are reported as I<NOTIF_FAILURE> and all others as I<NOTIF_WARNING>.
+Fatal errors are reported as I<NOTIF_FAILURE> and all others as I<NOTIF_WARNING>.
 
 B<Synopsis:>
 
@@ -6301,13 +6301,12 @@ Directory used to access device config space. It is optional and defaults to
 
 =item B<ReportMasked> B<false>|B<true>
 
-If true plugin will notify errors that are set to masked in Error Mask register.
-Such errors are not reported to the PCI Express Root Complex. Defaults to
-B<false>.
+If true plugin will notify about errors that are set to masked in Error Mask register.
+Such errors are not reported to the PCI Express Root Complex. Defaults to B<false>.
 
 =item B<PersistentNotifications> B<false>|B<true>
 
-If false plugin will dispatch notfication only on set/clear of error.
+If false plugin will dispatch notification only on set/clear of error.
 The ones already reported will be ignored. Defaults to B<false>.
 
 =back