diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-28 11:16:10 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-28 11:16:10 -0800 |
| commit | b3c83f94040ae4fa635aefcedd735a975b6ead5b (patch) | |
| tree | ba318349fe30093343eda73d156011cf54230239 /weed/pb/volume_server.proto | |
| parent | 1fd8926ac7eaa036e5e2f3a4008c1dbb751b958a (diff) | |
| download | seaweedfs-b3c83f94040ae4fa635aefcedd735a975b6ead5b.tar.xz seaweedfs-b3c83f94040ae4fa635aefcedd735a975b6ead5b.zip | |
fix spelling
Diffstat (limited to 'weed/pb/volume_server.proto')
| -rw-r--r-- | weed/pb/volume_server.proto | 2 |
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; |
