f2560d1931f0c4f135608db9618d5871f2c2f98a
gperez2
  Tue Oct 28 14:04:36 2025 -0700
Fixing a sentence, refs #35536

diff --git src/hg/hgConvert/hgConvert.c src/hg/hgConvert/hgConvert.c
index c7a6a8e15cc..767029449b4 100644
--- src/hg/hgConvert/hgConvert.c
+++ src/hg/hgConvert/hgConvert.c
@@ -81,31 +81,31 @@
 puts("<FORM ACTION=\"../cgi-bin/hgConvert\" NAME=\"mainForm\">\n");
 cartSaveSession(cart);
 
 /* create HTML table for layout purposes */
 puts("\n<TABLE WIDTH=\"100%%\">\n");
 
 /* top row -- labels */
 cgiSimpleTableRowStart();
 cgiTableField("Old genome: ");
 cgiTableField("Old assembly: ");
 cgiTableField("New genome: ");
 cgiTableField("New assembly: ");
 if (askAboutQuickLift)
     cgiTableField("<a href='https://docs.google.com/document/d/1wecESHUpgTlE6U_Mj0OnfHeSZBrTX9hkZRN5jlJS8ZQ/edit?usp=sharing' \
 		    target='ucscHelp' title='QuickLift is in beta testing, which means it is not polished and will contain bugs. \
-		    Contact us at genome-www@soe.ucsc.edu if you would to report a bug.'\
+		    Contact us at genome-www@soe.ucsc.edu if you would like to report a bug.'\
 		    style='color:#8A2BE2;font-weight:bold;text-transform:uppercase;font-size:smaller;padding:2px \
 		    4px;background:lavender;border-radius:3px;text-decoration:none;margin-right:6px;'>beta</a>QuickLift tracks: ");
 cgiTableField(" ");
 cgiTableRowEnd();
 
 /* Next row -- data and controls */
 cgiSimpleTableRowStart();
 
 /* From organism and assembly. */
 cgiTableField(fromDb->organism);
 cgiTableField(fromDb->description);
 
 /* Destination organism. */
 cgiSimpleTableFieldStart();
 dbList = hGetLiftOverToDatabases(liftOver->fromDb);