fix typo in storage_service.c

seperated -> separated

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
pull/616/head
Ikko Ashimine 2022-12-16 08:20:15 +00:00 committed by Gitee
parent bc52a5d6e1
commit 4bdcf2e6a9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -2885,8 +2885,8 @@ static int storage_do_set_metadata(struct fast_task_info *pTask)
'M' for merge, insert when the meta item not exist, otherwise update it
FDFS_GROUP_NAME_MAX_LEN bytes: group_name
filename
meta data bytes: each meta data seperated by \x01,
name and value seperated by \x02
meta data bytes: each meta data separated by \x01,
name and value separated by \x02
**/
static int storage_server_set_metadata(struct fast_task_info *pTask)
{