Skip to content

Commit 7416f92

Browse files
authored
Merge pull request #110 from tnir/transferring-data
Fix a wrong translation for "transferring data"
2 parents 4c8e064 + 468c0ad commit 7416f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/transfer-protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The smart protocol is a more common method of transferring data, but it requires
206206
There are two sets of processes for transferring data: a pair for uploading data and a pair for downloading data.
207207
//////////////////////////
208208
dumbプロトコルはシンプルですが、少し非効率ですし、クライアントからサーバーへのデータの書き込みも行えません。
209-
データ移行においては、smartプロトコルの方がより一般的な手段です。ただし、リモート側にGitと対話できるプロセス – ローカルのデータを読んだり、クライアントが何を持っていて何が必要としているかを判別したり、それに応じたpackfileを生成したりできるプロセス – が必要です。
209+
データ転送においては、smartプロトコルの方がより一般的な手段です。ただし、リモート側にGitと対話できるプロセス – ローカルのデータを読んだり、クライアントが何を持っていて何が必要としているかを判別したり、それに応じたpackfileを生成したりできるプロセス – が必要です。
210210
データの転送には、プロセスを2セット使用します。データをアップロードするペアと、ダウンロードするペアです。
211211
212212

0 commit comments

Comments
 (0)