Skip to content

Commit 0556913

Browse files
committed
h:78 apropriate -> appropriate
1 parent a255433 commit 0556913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/priority_queue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace alg {
7575
list_add(&n->node, &m_head);
7676
m_count++;
7777
} else {
78-
// sequentially find the apropriate position
78+
// sequentially find the appropriate position
7979
PQNode * pos;
8080
bool found = false;
8181
list_for_each_entry(pos, &m_head, node) {

0 commit comments

Comments
 (0)