1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

s/seperate/separate

This commit is contained in:
Joseph Battelle 2021-01-29 23:52:58 -08:00
parent c0ae4bb8f7
commit a69dff59ce
7 changed files with 7 additions and 7 deletions

View file

@ -1941,7 +1941,7 @@ public:
BF_AST_TYPE(BfReplaceNode, BfAstNode);
}; BF_AST_DECL(BfReplaceNode, BfAstNode);
//TODO: Should we have a seperate BfIdentifierExpression?
//TODO: Should we have a separate BfIdentifierExpression?
class BfIdentifierNode : public BfExpression
{
public: