diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:21:32 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:21:32 -0500 |
commit | dadca5cfec0790524aec23cc2ce873abb5995498 (patch) | |
tree | b0cef36410cd3c86da600782f66a6f2ca39fa268 | |
parent | 1445c34bb2b97f3c7edce93c8ec3c0c0f8f80ca2 (diff) | |
download | lite-xl-plugin-manager-dadca5cfec0790524aec23cc2ce873abb5995498.tar.gz lite-xl-plugin-manager-dadca5cfec0790524aec23cc2ce873abb5995498.zip |
Spelling.
-rw-r--r-- | src/lpm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index 55c16d5..08e0eaa 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1690,7 +1690,7 @@ in any circumstance unless explicitly supplied. break end end - if not has_certs then error("can't find your system's SSL ceritficates; please specify specify a certificate bundle or certificat directory with --ssl_certs") end + if not has_certs then error("can't find your system's SSL ceritficates; please specify specify a certificate bundle or certificate directory with --ssl_certs") end end end |