]> source.dussan.org Git - gitea.git/commitdiff
fix typo (#1990)
authorTrolli Schmittlauch <schmittlauch@users.noreply.github.com>
Sat, 17 Jun 2017 04:54:37 +0000 (06:54 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Sat, 17 Jun 2017 04:54:37 +0000 (12:54 +0800)
conf/app.ini

index 29f7015c070699958fa3547717148898fcc50e8a..a666dc904a0df5656b524cb5b67c1a7dbda7a25a 100644 (file)
@@ -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.