Skip to content

Commit

Permalink
docs: fix simple typo, speacial -> special (cmus#1002)
Browse files Browse the repository at this point in the history
There is a small typo in expr.c.

Should read `special` rather than `speacial`.
  • Loading branch information
timgates42 authored Dec 13, 2020
1 parent d1290d5 commit 2d3982b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
#include <limits.h>

enum token_type {
/* speacial chars */
/* special chars */
TOK_NOT,
TOK_LT,
TOK_GT,

#define NR_COMBINATIONS TOK_EQ

/* speacial chars */
/* special chars */
TOK_EQ,
TOK_AND,
TOK_OR,
Expand Down

0 comments on commit 2d3982b

Please sign in to comment.