From 6678593b3c612e77707f6197ebfb9524eb9a88d7 Mon Sep 17 00:00:00 2001
From: Trolli Schmittlauch <schmittlauch@users.noreply.github.com>
Date: Sat, 17 Jun 2017 06:54:37 +0200
Subject: [PATCH] fix typo (#1990)

---
 conf/app.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/app.ini b/conf/app.ini
index 29f7015c07..a666dc904a 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -119,7 +119,7 @@ SSH_PORT = 22
 SSH_LISTEN_PORT = %(SSH_PORT)s
 ; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
 SSH_ROOT_PATH =
-; Directory to create temporary files when test publick key using ssh-keygen,
+; Directory to create temporary files when test public key using ssh-keygen,
 ; default is system temporary directory.
 SSH_KEY_TEST_PATH =
 ; Path to ssh-keygen, default is 'ssh-keygen' and let shell find out which one to call.