Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TO_subsciption_t typo #3

Closed
skliper opened this issue Jun 24, 2019 · 2 comments · Fixed by #13
Closed

TO_subsciption_t typo #3

skliper opened this issue Jun 24, 2019 · 2 comments · Fixed by #13
Assignees
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Jun 24, 2019

Originated by kseywald (130 on babelfish):

It looks like "to_subsciption" ought to be "to_subscription". The typo occurs in the following locations:
apps/to_lab/fsw/platform_inc/to_lab_sub_table.h:38:static TO_subsciption_t TO_SubTable[] =
apps/to_lab/fsw/platform_inc/to_lab_sub_table.h:57: /* cFE Core subsciptions */
apps/to_lab/fsw/src/to_lab_app.c:194: for (i=0; (i < (sizeof(TO_SubTable)/sizeof(TO_subsciption_t))); i++)
apps/to_lab/fsw/src/to_lab_app.c:472: for (i=0; (i < (sizeof(TO_SubTable)/sizeof(TO_subsciption_t))); i++)
apps/to_lab/fsw/src/to_lab_msg.h:84: } TO_subsciption_t;

@skliper skliper added bug Something isn't working good first issue Good for newcomers labels Jun 24, 2019
@skliper skliper added this to the 2.3.0 milestone Jun 24, 2019
@skliper
Copy link
Contributor Author

skliper commented Jun 24, 2019

Should also notify originator when complete (see babelfish).

@avan989
Copy link
Contributor

avan989 commented Aug 26, 2019

I can do this.

skliper added a commit that referenced this issue Sep 10, 2019
skliper added a commit that referenced this issue Sep 10, 2019
skliper added a commit that referenced this issue Sep 10, 2019
Reviewed and approved at 2019-09-04 CCB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants