Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv8107

Modified Files:
      Tag: ngrouting
        Main.java 
Log Message:
Fix spelling errors in diagnostic statistics titles

Index: Main.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Main.java,v
retrieving revision 1.234.2.14
retrieving revision 1.234.2.15
diff -u -r1.234.2.14 -r1.234.2.15
--- Main.java   29 Aug 2003 18:58:06 -0000      1.234.2.14
+++ Main.java   30 Aug 2003 00:06:54 -0000      1.234.2.15
@@ -1723,10 +1723,10 @@
                              "The amount of time it takes to authorize new " +
                              "connections. In ms.", outConn);
         d.registerBinomial("connectionRatio", d.MINUTE,
-                           "The successrate of new outbound connections.", outConn);
+                           "The success rate of new outbound connections.", outConn);
         d.registerBinomial("outboundRestartRatio", d.MINUTE,
                            "The number of outbound connections that " + 
-                           "restart an excisting session (key).",outConn);
+                           "restart an existing session (key).",outConn);
 
         // inbound connections
 
@@ -1755,7 +1755,7 @@
                            inConn);
         d.registerBinomial("inboundRestartRatio", d.MINUTE,
                            "The number of inbound connections that " + 
-                           "restart an excisting session (key).", inConn);
+                           "restart an existing session (key).", inConn);
                d.registerCounting("readinessSelectionScrewed", d.MINUTE,
                                                   "The number of times NIO makes a 
zero byte "+
                                                   "read after the JVM told it that 
the socket "+
@@ -1863,7 +1863,7 @@
         d.registerBinomial("inboundAggregateRequests", d.MINUTE,
                            "The number of inbound queries of all types." +
                            "If the request is not QueryRejected by the rate " +
-                           "limiting it counts as a succees.",
+                           "limiting it counts as a success.",
                            messages);
 
 
@@ -1887,7 +1887,7 @@
 
         d.registerCounting("restartedRequests", d.HOUR,
                            "The number of (Insert/Data)requests that were "
-                           + "restarted at this node do responce timeout. " +
+                           + "restarted at this node due to response timeout. " +
                            "This is no longer used, see " + 
                            "restartedRequestAccepted.",
                            messages);
@@ -1958,7 +1958,7 @@
                d.registerContinuous("messageSendInterarrivalTime", d.MINUTE,
                                                "Time between two messages getting 
enqueued - needed for queueing theory analysis", messages);
                d.registerContinuous("messageSendInterarrivalTimeNoQR", d.MINUTE,
-                                               "interarrivals, no QR", messages);
+                                               "inter-arrivals, no QR", messages);
                d.registerContinuous("messageSendServiceTime",d.MINUTE,
                                                "Time it takes to send the message 
after out of the queue", messages);
                d.registerContinuous("messageSendServiceTimeNoQR",d.MINUTE,

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to