Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jan 7, 2020
1 parent 9ee199e commit 10aad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using itype_id = std::string;
enum available_status {
a_true = +1, // yes, it's available
a_false = -1, // no, it's not available
a_insufficent = 0, // neraly, bt not enough for tool+component
a_insufficent = 0, // nearly, but not enough for tool+component
};

enum component_type : int {
Expand Down

0 comments on commit 10aad0a

Please sign in to comment.