summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-13 15:10:03 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-13 15:10:03 +0100
commit75fdb56e33739c9e28de2635c16c6ae1a09fa2dc (patch)
tree41a288774027d3ab9373b10621fb8d6075c37e4c
parentda74956caae228c46a8efb85f9b658d6ac80ea09 (diff)
downloadblog-75fdb56e33739c9e28de2635c16c6ae1a09fa2dc.tar.gz
blog-75fdb56e33739c9e28de2635c16c6ae1a09fa2dc.tar.bz2
blog-75fdb56e33739c9e28de2635c16c6ae1a09fa2dc.zip
^bank^blog
-rw-r--r--taler-merchant-blog.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-blog.in b/taler-merchant-blog.in
index da3873f..d6b0461 100644
--- a/taler-merchant-blog.in
+++ b/taler-merchant-blog.in
@@ -46,7 +46,7 @@ UWSGI_LOGFMT = "%(ltime) %(proto) %(method) %(uri) %(proto) => %(status)"
##
# This function interprets the 'serve-http' subcommand.
-# The effect it to launch the bank HTTP service.
+# The effect it to launch the blog HTTP service.
#
# @param args command line options.
def handle_serve_http(args):
@@ -63,8 +63,8 @@ def handle_serve_http(args):
##
# This function interprets the 'serve-uwsgi' subcommand.
-# The effect is to launch the bank UWSGI service. This
-# type of service is usually used when the HTTP bank interface
+# The effect is to launch the blog UWSGI service. This
+# type of service is usually used when the HTTP blog interface
# is accessed via a reverse proxy (like Nginx, for example).
#
# @param command line options.