summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-13 00:49:47 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-13 00:49:47 +0200
commit8f6a46ccce33e8f7b97baa9b428be715de5feafc (patch)
tree5809d59c13027cbc8dcf621b4063420fe4e0d152 /src
parent2aa988dc7c8790f6f4fa91eddb3292a8d67e99eb (diff)
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/config.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc
index 7b381e33b..80c0891a0 100644
--- a/src/lib/config.cc
+++ b/src/lib/config.cc
@@ -1000,11 +1000,11 @@ Config::write_config () const
}
if (_gdc_username) {
- /* [XML] GCCUsername Username for logging into GDC's servers when downloading server certificates. */
+ /* [XML] GDCUsername Username for logging into GDC's servers when downloading server certificates. */
root->add_child("GDCUsername")->add_child_text(*_gdc_username);
}
if (_gdc_password) {
- /* [XML] GCCPassword Password for logging into GDC's servers when downloading server certificates. */
+ /* [XML] GDCPassword Password for logging into GDC's servers when downloading server certificates. */
root->add_child("GDCPassword")->add_child_text(*_gdc_password);
}