diff --git a/代码依赖与版权声明.md b/代码依赖与版权声明.md index db272aa..14c1cc6 100644 --- a/代码依赖与版权声明.md +++ b/代码依赖与版权声明.md @@ -22,7 +22,7 @@ ## 三、ZLToolkit相关依赖 - [getopt](https://github.com/ZLMediaKit/ZLToolKit/tree/master/src/win32): windows下命令行解析工具,其他平台不依赖。 -- [uv_errno](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/uv_errno.h):部分系统错误处理代码来自libuv。 +- [uv_errno](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/uv_errno.h):部分错误处理代码来自libuv。 - [strptime_win](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/strptime_win.cpp) windows下strptime移植函数代码,来源网络,出处已不可考。 - [mini](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/mini.h) 来源于[github](https://github.com/r-lyeh-archived/mINI),经过整理和修改。