diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afb93db8f..b0001fe13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -115,7 +115,7 @@ repos: # Check for spelling - repo: https://github.com/crate-ci/typos - rev: v1.29.9 + rev: v1.30.0 hooks: - id: typos diff --git a/docs/lit_header.bib b/docs/lit_header.bib index 5d687e96d..d449fc037 100644 --- a/docs/lit_header.bib +++ b/docs/lit_header.bib @@ -31,7 +31,7 @@ @string{pieee @string{cacm = {Comm. of the ACM} } -@string{jetc = {J. Emerg. Technol. Comput. Syst.} } +@string{jetc = {J. Emerg. Technol. Compute. Syst.} } @string{qip = {Quantum Information Processing} } diff --git a/docs/refs.bib b/docs/refs.bib index 0eaebd480..b23de974f 100644 --- a/docs/refs.bib +++ b/docs/refs.bib @@ -37,7 +37,7 @@ @article{bryantSymbolicBooleanManipulation1992 title = {Symbolic boolean manipulation with ordered binary-decision diagrams}, author = {Bryant, Randal E.}, year = {1992}, - journal = {ACM Comput. Surv.}, + journal = {ACM Compute. Surv.}, volume = {24}, number = {3}, pages = {293--318}, diff --git a/include/mqt-core/zx/Utils.hpp b/include/mqt-core/zx/Utils.hpp index fe5948177..482b33210 100644 --- a/include/mqt-core/zx/Utils.hpp +++ b/include/mqt-core/zx/Utils.hpp @@ -28,7 +28,7 @@ struct Edge { EdgeType type; Edge() = default; - Edge(const Vertex t, const EdgeType typ) : to(t), type(typ) {}; + Edge(const Vertex t, const EdgeType typo) : to(t), type(typo) {}; void toggle() { if (type == EdgeType::Simple) { type = EdgeType::Hadamard;