Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 6a64d05

Browse files
anthonyfokxzyfer
authored andcommitted
Fix a minor typo in sassc.c
1 parent 2f692ee commit 6a64d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sassc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int output(int error_status, const char* error_message, const char* output_strin
5858
if (error_message) {
5959
fprintf(stderr, "%s", error_message);
6060
} else {
61-
fprintf(stderr, "An error occured; no error message available.\n");
61+
fprintf(stderr, "An error occurred; no error message available.\n");
6262
}
6363
return 1;
6464
} else if (output_string) {

0 commit comments

Comments
 (0)