aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-11-29 20:26:57 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-11-29 20:26:57 -0500
commit22829670c43ab1bc191da9f8bc856e4487f4b52e (patch)
treea479d3dfec7f9fad07676b7bbd7e7191b5784e5d
parent46060099915c98b629cbe01adc37ec2dfa07ac50 (diff)
downloadlite-xl-plugin-manager-22829670c43ab1bc191da9f8bc856e4487f4b52e.tar.gz
lite-xl-plugin-manager-22829670c43ab1bc191da9f8bc856e4487f4b52e.zip
Fixed typo.
-rw-r--r--src/lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index 5e5eac8..ade952f 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -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);