Fix grammar in a log message

This commit is contained in:
Nick Mathewson 2020-12-07 10:21:01 -05:00
parent 9c96b5ea5d
commit 0f963774db
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ impl DirMgr {
};
unval.load(&self.config, store).await?;
info!("Fetching a certificates.");
info!("Fetching certificate(s).");
unval
.fetch_certs(&self.config, store, dirinfo, Arc::clone(&circmgr))
.await?;