Skip to content

Commit

Permalink
Merge pull request #1247 from skliper/fix1246-appname_typo
Browse files Browse the repository at this point in the history
Fix #1246, Typo in CFE_TBL_Validate AppName
  • Loading branch information
astrogeco authored Mar 24, 2021
2 parents d869a19 + 4cf48f1 commit e5d7e7e
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 e5d7e7e

Please sign in to comment.