Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/repository-service.proto')
-rw-r--r--proto/repository-service.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/repository-service.proto b/proto/repository-service.proto
index 2a6c85c75..9401de3d0 100644
--- a/proto/repository-service.proto
+++ b/proto/repository-service.proto
@@ -229,7 +229,7 @@ service RepositoryService {
};
}
- // PruneUnreachableObjetcs will prune all objects which aren't reachable from
+ // PruneUnreachableObjects will prune all objects which aren't reachable from
// the repository's current set of references. Because pruning can only
// happen for objects which aren't packed, you are required to first run
// OptimizeRepository to explode any unreachable objects into loose objects.