Fix typo.
This commit is contained in:
parent
88fb419f6c
commit
6d35642fa7
@ -3413,6 +3413,6 @@ static int update_state_info( N_INFO *info, uint update)
|
||||
return 0;
|
||||
}
|
||||
err:
|
||||
print_error("%d when updateing keyfile",my_errno);
|
||||
print_error("%d when updating keyfile",my_errno);
|
||||
return 1;
|
||||
}
|
||||
|
@ -3833,7 +3833,7 @@ int update_state_info(MI_CHECK *param, MI_INFO *info,uint update)
|
||||
return 0;
|
||||
}
|
||||
err:
|
||||
mi_check_print_error(param,"%d when updateing keyfile",my_errno);
|
||||
mi_check_print_error(param,"%d when updating keyfile",my_errno);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -220,7 +220,7 @@ typedef struct user_conn {
|
||||
#define REG_NEW_RECORD 2 /* Write a new record if not found */
|
||||
#define REG_UPDATE 4 /* Uppdate record */
|
||||
#define REG_DELETE 8 /* Delete found record */
|
||||
#define REG_PROG 16 /* User is updateing database */
|
||||
#define REG_PROG 16 /* User is updating database */
|
||||
#define REG_CLEAR_AFTER_WRITE 32
|
||||
#define REG_MAY_BE_UPDATED 64
|
||||
#define REG_AUTO_UPDATE 64 /* Used in D-forms for scroll-tables */
|
||||
|
Loading…
x
Reference in New Issue
Block a user