You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/12/16 17:31:06 UTC

[4/5] git commit: add closing parenthesis

add closing parenthesis


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e20d8165
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e20d8165
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e20d8165

Branch: refs/heads/master
Commit: e20d81657172786f6569b42c9c76ddae9eba30c2
Parents: ecae16f
Author: Masakazu Kitajo <m4...@gmail.com>
Authored: Thu Dec 5 22:42:23 2013 +0900
Committer: James Peach <jp...@apache.org>
Committed: Mon Dec 16 08:28:09 2013 -0800

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e20d8165/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 1f45a7a..2092ef7 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -59,7 +59,7 @@ for all ``INT`` type configurations
 
    - ``K`` Kilobytes (1024 bytes)
    - ``M`` Megabytes (1024^2 or 1,048,576 bytes)
-   - ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes
+   - ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes)
    - ``T`` Terabytes (1024^4 or 1,099,511,627,776 bytes)
 
 .. note::