From 66e5bf1f6424017ec2e24b1235b104494fff3fe9 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 30 Apr 2019 09:49:05 +0800 Subject: [PATCH] correct spell for fastdfs_client --- php_client/fastdfs_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_client/fastdfs_client.c b/php_client/fastdfs_client.c index c966b96..227c9a6 100644 --- a/php_client/fastdfs_client.c +++ b/php_client/fastdfs_client.c @@ -7277,7 +7277,7 @@ static int load_config_files() { strcpy(g_fdfs_base_path, "/tmp"); fprintf(stderr, "file: "__FILE__", line: %d, " \ - "fastdht_client.ini does not have item " \ + "fastdfs_client.ini does not have item " \ "\"%s\", set to %s!", __LINE__, ITEM_NAME_BASE_PATH, g_fdfs_base_path); }