From 1160296fe0ee88070e3eec8270441dd1d27af5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A6=E5=9D=A4?= <234267695@qq.com> Date: Wed, 3 May 2017 21:08:57 +0800 Subject: [PATCH] fix typo --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index 36e977c..c2115ce 100755 --- a/Plugin.php +++ b/Plugin.php @@ -90,7 +90,7 @@ public static function config(Typecho_Widget_Helper_Form $form) ['curl' => 'curl', 'file_get_contents' => 'file_get_contents'], 'curl', _t('下载插件方法'), - '不能正常显示插件列表/下载插件的小伙伴可以设置为file_get_content方式' + '不能正常显示插件列表/下载插件的小伙伴可以设置为file_get_contents方式' ); $form->addInput($http); }