summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTrolli Schmittlauch <schmittlauch@users.noreply.github.com>2017-06-17 06:54:37 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-06-17 12:54:37 +0800
commit6678593b3c612e77707f6197ebfb9524eb9a88d7 (patch)
tree02504071e68e6faaf33aa831f73d4cb9cf6ae6ef /conf
parente2ec4b7c23e0be11e9100a23f8156e9ce9fba399 (diff)
downloadgitea-6678593b3c612e77707f6197ebfb9524eb9a88d7.tar.gz
gitea-6678593b3c612e77707f6197ebfb9524eb9a88d7.zip
fix typo (#1990)
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 1 insertions, 1 deletions
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.