Skip to content

Commit

Permalink
Minor changes to sample messages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLaranjeira committed Sep 24, 2021
1 parent 0272c3a commit 85e0d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int main() {
color_background(current_success_tag_colors.text_color);
printf(
"Text and background colors copied from the success message and tag text "
"color!\n"
"colors!\n"
);
reset_colors();

Expand Down Expand Up @@ -125,7 +125,7 @@ int main() {
printf("Resetting the display colors used in the logger: \n");

reset_logger_colors();
info("Another context", "The logger color scheme has been restaured!\n");
info("Another context", "The logger color scheme has been reset!\n");

printf("\n");

Expand Down

0 comments on commit 85e0d45

Please sign in to comment.