[sr-dev] git:master:4cca6953: Merge pull request #207 from AlessioCasco/patch-1

Daniel-Constantin Mierla miconda at gmail.com
Mon Jun 15 11:17:35 CEST 2015


Module: kamailio
Branch: master
Commit: 4cca695318690c9878c0562238196cc6c432c005
URL: https://github.com/kamailio/kamailio/commit/4cca695318690c9878c0562238196cc6c432c005

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-06-15T11:17:29+02:00

Merge pull request #207 from AlessioCasco/patch-1

Small accent circumflex correction.

---

Modified: modules/statsd/README

---

Diff:  https://github.com/kamailio/kamailio/commit/4cca695318690c9878c0562238196cc6c432c005.diff
Patch: https://github.com/kamailio/kamailio/commit/4cca695318690c9878c0562238196cc6c432c005.patch

---

diff --git a/modules/statsd/README b/modules/statsd/README
index 689c15a..4d33f55 100644
--- a/modules/statsd/README
+++ b/modules/statsd/README
@@ -10,7 +10,7 @@ Eloy Coto Pereiro
 
    <eloy.coto at gmail.com>
 
-   Copyright © 2014 Eloy Coto
+   Copyright © 2014 Eloy Coto
      __________________________________________________________________
 
    Table of Contents
@@ -125,10 +125,10 @@ failure_route[tryagain] {
 3.2. statsd_gauge(key, value)
 
    Gauges are a constant data type. They are not subject to averaging, and
-   they donât change unless you change them. That is, once you set a gauge
+   they don't change unless you change them. That is, once you set a gauge
    value, it will be a flat line on the graph until you change it again.
 
-   Gauges are useful for things that are already averaged, or donât need
+   Gauges are useful for things that are already averaged, or don't need
    to reset periodically
 
    This function can be used in ALL ROUTES.
@@ -153,7 +153,7 @@ route [gauge_method]{
    the statsd server collects all timers under the stats.timers prefix,
    and will calculate the lower bound, mean, 90th percentile, upper bound,
    and count of each timer for each period (by the time you see it in
-   graphite, thatâs usually per minute).
+   graphite, that's usually per minute).
 
    Example 1.5. statsd_start usage
 ...




More information about the sr-dev mailing list