Skip to content

Commit

Permalink
Merge pull request justin-lathrop#13 from Jenil2910/patch-1
Browse files Browse the repository at this point in the history
spelling mistake of "number"
  • Loading branch information
justin-lathrop authored May 15, 2017
2 parents f4fffb9 + 8140bcd commit ccc4af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input_output/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main(void){
int number_entered = 0;
printf("number_entered = %d\n", number_entered);
scanf("%d", &number_entered);
printf("nmber_entered = %d\n", number_entered);
printf("number_entered = %d\n", number_entered);

// Input Output using STDIN and
// STDOUT
Expand Down

0 comments on commit ccc4af8

Please sign in to comment.