~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/my_handler_errors.c

Minor string fixes (mainly US English spelling and typos)

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
  /* HA_ERR_NEW_FILE */
141
141
  N_("The table is of a new format not supported by this version"),
142
142
  /* HA_ERR_ROWS_EVENT_APPLY */
143
 
  N_("The event could not be processed no other hanlder error happened"),
 
143
  N_("The event could not be processed no other handler error happened"),
144
144
  /* HA_ERR_INITIALIZATION */
145
 
  N_("Got a fatal error during initialzaction of handler"),
 
145
  N_("Got a fatal error during initialzation of handler"),
146
146
  /* HA_ERR_FILE_TOO_SHORT */
147
147
  N_("File to short; Expected more data in file"),
148
148
  /* HA_ERR_WRONG_CRC */