Browse Source

snmpstats: typos

Дилян Палаузов 2 years ago
parent
commit
2ac0cf8c3e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/modules/snmpstats/snmpObjects.c
  2. 1 1
      src/modules/snmpstats/snmpstats.c

+ 1 - 1
src/modules/snmpstats/snmpObjects.c

@@ -214,7 +214,7 @@ void init_kamailioObjects(void)
  * The following are thresholds used by:
  * 
  * - The alarm monitoring process, to decide when to send out traps.  
- * - All scalars involving alarm status's and thresholds.  
+ * - All scalars involving alarm status' and thresholds.
  *
  * By default they are initialized to -1, which disables alarm checks.
  * These are set through the kamailio.cfg file with the following modparams to

+ 1 - 1
src/modules/snmpstats/snmpstats.c

@@ -166,7 +166,7 @@ struct module_exports exports = {
 /*!
  * The module will fork off a child process to run an snmp command via execve().
  * We need a customized handler to ignore the SIGCHLD when the execve()
- * finishes.  We keep around the child process's pid for the customized
+ * finishes.  We keep around the child process' pid for the customized
  * handler.
  *
  * Specifically, If the process that generated the SIGCHLD doesn't match this