Skip to content

Commit 3e85ba0

Browse files
authored
Merge pull request #91 from SpinnySpiwal/patch-2
2 parents 4ad28ba + ffb679a commit 3e85ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus/compiler/compiler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ function Compiler:compileExpression(expression, funcDepth, numReturns)
23452345
return regs;
23462346
end
23472347

2348-
logger:error(string.format("%s is not an compileable expression!", expression.kind));
2348+
logger:error(string.format("%s is not an compliable expression!", expression.kind));
23492349
end
23502350

23512351
return Compiler;

0 commit comments

Comments
 (0)