diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-11-29 20:26:57 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-11-29 20:26:57 -0500 |
commit | 22829670c43ab1bc191da9f8bc856e4487f4b52e (patch) | |
tree | a479d3dfec7f9fad07676b7bbd7e7191b5784e5d | |
parent | 46060099915c98b629cbe01adc37ec2dfa07ac50 (diff) | |
download | lite-xl-plugin-manager-22829670c43ab1bc191da9f8bc856e4487f4b52e.tar.gz lite-xl-plugin-manager-22829670c43ab1bc191da9f8bc856e4487f4b52e.zip |
Fixed typo.
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ static int lpm_certs(lua_State* L) { fclose(file); CertCloseStore(hSystemStore, 0); #else - return luaL_error(L, "can't use system certificates on non-windows>"); + return luaL_error(L, "can't use system certificates on non-windows"); #endif } git_libgit2_opts(GIT_OPT_SET_SSL_CERT_LOCATIONS, path, NULL); |