Skip to content

Commit 351ba68

Browse files
committed
[CodeStyle][Typos][U-[1-5]]Fix typos('Useage''unqiue''unsupport''utill''updte')
1 parent e212cf3 commit 351ba68

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

_typos.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Traning = "Traning"
7575
Transfomed = "Transfomed"
7676
Tthe = "Tthe"
7777
Ture = "Ture"
78-
Useage = "Useage"
7978
Varialble = "Varialble"
8079
Varible = "Varible"
8180
Varient = "Varient"
@@ -253,10 +252,7 @@ transfered = "transfered"
253252
trasformed = "trasformed"
254253
treshold = "treshold"
255254
trian = "trian"
256-
unqiue = "unqiue"
257255
unsupport = "unsupport"
258-
updte = "updte"
259-
utill = "utill"
260256
varialbes = "varialbes"
261257
varibale = "varibale"
262258
varibales = "varibales"

docs/api/gen_alias_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def generator_alias_api(self):
166166

167167
if __name__ == "__main__":
168168
if len(sys.argv) != 2:
169-
print("Useage:")
169+
print("Usage:")
170170
print("python3 gen_alias_api.py path-to-paddle-root")
171171
sys.exit(1)
172172
else:

docs/api/gen_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def shortest(api_info):
943943

944944
def insert_suggested_names():
945945
"""
946-
add suggested_name field, updte the doc_filename, and sort the all_names and api_sketch_names.
946+
add suggested_name field, update the doc_filename, and sort the all_names and api_sketch_names.
947947
"""
948948

949949
def sort_name_list(api_names):

docs/design/dist_train/distributed_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Below are the steps that are followed :
118118
DataParallelism type for example, it removes the optimization operators and add a `send` OP to the
119119
"trainer" role, then add the optimization operators to the parameter server role within the `recv` OP.
120120
1. Dispatch the partitioned graph to different `RemoteExecutor` in the cluster.
121-
1. `RemoteExecutor` on each node run the received `ProgramDesc` utill the end.
121+
1. `RemoteExecutor` on each node run the received `ProgramDesc` until the end.
122122

123123

124124
### RemoteExecutor

docs/dev_guides/custom_device_docs/ccl_api_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ C_Status (*xccl_get_unique_id)(C_CCLRootId* unique_id)
3030

3131
### 参数
3232

33-
unique_id - 插件需要填充的 unqiue_id 对象。
33+
unique_id - 插件需要填充的 unique_id 对象。
3434

3535
## xccl_comm_init_rank 【optional】
3636

0 commit comments

Comments
 (0)