1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

header typos

This commit is contained in:
musvaage
2022-12-19 15:08:20 -06:00
committed by Daniel Black
parent 0ca3aaa75f
commit e9e6c7a3c5
19 changed files with 35 additions and 35 deletions

View File

@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
/* This file should be included when using myisam_funktions */
/* This file should be included when using myisam_functions */
#ifndef _myisam_h
#define _myisam_h
@@ -159,7 +159,7 @@ typedef struct st_mi_create_info
my_bool with_auto_increment;
} MI_CREATE_INFO;
struct st_myisam_info; /* For referense */
struct st_myisam_info; /* For reference */
struct st_mi_isam_share;
typedef struct st_myisam_info MI_INFO;
struct st_mi_s_param;