Fixed spelling

This commit is contained in:
Thorsten Sommer 2026-03-14 11:06:13 +01:00
parent eceda541e0
commit bdb2a1b010
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -163,7 +163,7 @@ pub fn stop_qdrant_server() {
cleanup_qdrant(IS_DEV.get().unwrap());
}
/// Create temporary directory with TLS relevant files
/// Create a temporary directory with TLS relevant files
pub fn create_temp_tls_files(path: &PathBuf) -> Result<(PathBuf, PathBuf), Box<dyn Error>> {
let cert = generate_certificate();