bfc920a91a9dc0a179a4bdb0e89f198496460913
dschmelt
  Fri Jan 29 15:22:41 2021 -0800
Typo fix and replacing hgsid note with session note refs #26860

diff --git src/product/mirrorManual.txt src/product/mirrorManual.txt
index 61c2ba8..440905f 100644
--- src/product/mirrorManual.txt
+++ src/product/mirrorManual.txt
@@ -482,31 +482,31 @@
                 IDENTIFIED BY 'update';" mysql
         done
 
     The cgi-bin binaries obtain their MySQL identities from
     the hg.conf file in the cgi-bin directory.  The file in this
     directory: src/product/ex.hg.conf
     demonstrates the use of the "readonly" user for genome database
     access and the "readwrite" user for hgcentral database access.
 
 4. The hgsql command: Developers can access the browser databases via the 'hgsql'
 command which can be built in the source-tree at:
 
 	kent/src/hg/hgsql/
 
     This 'hgsql' command provides a convenient front-end to
-    the standard 'mysql'' command by reading the user's ~/.hg.conf
+    the standard 'mysql' command by reading the user's ~/.hg.conf
     file to provide access to the browser databases with the
     appropriate identity.  Each user creates a ~/.hg.conf file
     (same format as the above mentioned cgi-bin/hg.conf file)
     and the specified database user identity is used for accesses
     to the browser databases.
 
     This same function of reading ~/.hg.conf for database access
     is built into all the source-tree binaries which modify the genome
     databases.
 
     The above example hg.conf could be used as a user's ~/.hg.conf
     file with the change of db.user, db.password, central.user,
     and central.password to be the fully permitted read-write user:
 
         db.user=browser