From 070d9933f0c8f7a76a66ee287486c27804efd224 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 26 Jun 2022 02:01:17 +0300 Subject: [PATCH] typos Signed-off-by: R4SAS --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index cf3e94b..96160a5 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -275,7 +275,7 @@ unix.handle_sigtstp | Handle SIGTSTP and SIGCONT signals. Dis SIGTSTP can be called using Ctrl+Z in terminal with running i2pd in it or by `kill` command. When signal recveived, i2pd will switch to offline mode and stop sending traffic and cleaning of netDb. All active tunnels will be frozen. -To restore network connectivity you need to send SIGCONT signal to proccess. Tunnels will be cleared if they should expire during the frozen state time and new ones will be built. +To restore network connectivity you need to send SIGCONT signal to the proccess. Tunnels will be cleared if they should expire during the frozen state and new ones will be built. Local addressbook -----------------