aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/volume_server.proto
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-12-28 11:16:10 -0800
committerChris Lu <chris.lu@gmail.com>2019-12-28 11:16:10 -0800
commitb3c83f94040ae4fa635aefcedd735a975b6ead5b (patch)
treeba318349fe30093343eda73d156011cf54230239 /weed/pb/volume_server.proto
parent1fd8926ac7eaa036e5e2f3a4008c1dbb751b958a (diff)
downloadseaweedfs-b3c83f94040ae4fa635aefcedd735a975b6ead5b.tar.xz
seaweedfs-b3c83f94040ae4fa635aefcedd735a975b6ead5b.zip
fix spelling
Diffstat (limited to 'weed/pb/volume_server.proto')
-rw-r--r--weed/pb/volume_server.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/volume_server.proto b/weed/pb/volume_server.proto
index 4b9b37dc4..351ca8d3d 100644
--- a/weed/pb/volume_server.proto
+++ b/weed/pb/volume_server.proto
@@ -349,7 +349,7 @@ message RemoteFile {
uint64 offset = 4;
uint64 file_size = 5;
uint64 modified_time = 6;
- string extenstion = 7;
+ string extension = 7;
}
message VolumeTierInfo {
repeated RemoteFile files = 1;