Explorar el Código

snmpstats: typos

Дилян Палаузов hace 2 años
padre
commit
2ac0cf8c3e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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