Fix the words

per 00166b49b5 (commitcomment-113653843)
This commit is contained in:
Brenden Matthews 2023-05-17 19:47:51 -04:00
parent 796802b7a9
commit 1592881663
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ int append_object(struct text_object *root, struct text_object *obj) {
/* update pointers of the list to append to */
if (end != nullptr) {
if (end->next != nullptr) { CRIT_ERR("houston, we have a lift-off"); }
if (end->next != nullptr) { CRIT_ERR("Houston, we have lift-off"); }
end->next = obj;
} else {
root->next = obj;