From: Tom L. <tl...@ac...> - 2000-02-05 22:46:10
|
Hi, This corrects a misspelling in a display string. The spelling is used in some variable names too. I saw no need to touch those. gtranscript looks like it will be very useful to me. Tom --- libgtrans_mysql_3_23-0.1.4/src/mysql.c.orig Sat Jan 15 19:53:22 2000 +++ libgtrans_mysql_3_23-0.1.4/src/mysql.c Sat Feb 5 16:27:55 2000 @@ -396,7 +396,7 @@ GList *list; list = g_list_append(NULL,g_strdup("Length")); - list = g_list_append(list,g_strdup("Precition")); + list = g_list_append(list,g_strdup("Precision")); list = g_list_append(list,g_strdup("Unsigned")); list = g_list_append(list,g_strdup("Auto-Increment")); list = g_list_append(list,g_strdup("Null")); |