Skip to content

Commit

Permalink
Fix #1246, Typo in CFE_TBL_Validate AppName
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Mar 22, 2021
1 parent fa10af7 commit ed85618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tbl/fsw/src/cfe_tbl_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ int32 CFE_TBL_Validate(CFE_TBL_Handle_t TblHandle)
CFE_ES_AppId_t ThisAppId;
CFE_TBL_RegistryRec_t * RegRecPtr;
CFE_TBL_AccessDescriptor_t *AccessDescPtr;
char AppName[OS_MAX_API_NAME] = {"UNKNWON"};
char AppName[OS_MAX_API_NAME] = {"UNKNOWN"};

/* Verify that this application has the right to perform operation */
Status = CFE_TBL_ValidateAccess(TblHandle, &ThisAppId);
Expand Down

0 comments on commit ed85618

Please sign in to comment.