Public bug reported:

Locations are from the dapper source, but the mistakes are still in the
edgy source.

src/paradox.c:482
"Could not allocate memory for databae header."
s/databae/database/

src/paradox.c:629
"Number of primary keys must be greater or equal 0."
should be
"Number of primary keys must be greater than or equal to 0."

src/paradox.c:643
"codepage must be greater 0."
should be
"codepage must be greater than 0."

src/paradox.c:885
"Number of primay index fields in database and and number fields in primary 
index differ."
s/primay/primary/

src/paradox.c:893
"Type of primay key field '%s' in database differs from index file."
s/primay/primary/

src/paradox.c:897
"Length of primay key field '%s' in database differs from index file."
s/primay/primary/

src/px_head.c:391 and src/px_head.c:749
"Could not go to the begining paradox file."
should be
"Could not go to the beginning of paradox file."

** Affects: pxlib (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
Mistakes in pxlib strings
https://launchpad.net/bugs/61025

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to