From 4feb74cb89400a23b7db9c1f059191f0db6f05d3 Mon Sep 17 00:00:00 2001
From: fatedier <fatedier@gmail.com>
Date: Tue, 4 Feb 2020 21:34:46 +0800
Subject: [PATCH] doc typo

---
 README_zh.md       | 4 ++--
 conf/frpc_full.ini | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README_zh.md b/README_zh.md
index a7c45242..f01efdf5 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -546,10 +546,10 @@ allow_ports = 2000-3000,3001,3003,4000-50000
 type = tcp
 local_port = 22
 remote_port = 6000
-bandwith_limit = 1MB
+bandwidth_limit = 1MB
 ```
 
-在代理配置中增加 `bandwith_limit` 字段启用此功能,目前仅支持 `MB` 和 `KB` 单位。
+在代理配置中增加 `bandwidth_limit` 字段启用此功能,目前仅支持 `MB` 和 `KB` 单位。
 
 ### TCP 多路复用
 
diff --git a/conf/frpc_full.ini b/conf/frpc_full.ini
index 8c86acba..c6d3d406 100644
--- a/conf/frpc_full.ini
+++ b/conf/frpc_full.ini
@@ -75,8 +75,8 @@ meta_var2 = 234
 type = tcp
 local_ip = 127.0.0.1
 local_port = 22
-# limit bandwith for this proxy, unit is KB and MB
-bandwith_limit = 1MB
+# limit bandwidth for this proxy, unit is KB and MB
+bandwidth_limit = 1MB
 # true or false, if true, messages between frps and frpc will be encrypted, default is false
 use_encryption = false
 # if true, message will be compressed