From e3839123254de187b116cc2884a746650f1f1588 Mon Sep 17 00:00:00 2001
From: Stefan Krastanov <stefan@krastanov.org>
Date: Mon, 5 Aug 2024 14:12:24 -0400
Subject: [PATCH] typo

---
 test/test_qo_qc_interop.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test_qo_qc_interop.jl b/test/test_qo_qc_interop.jl
index 8b776ae..b2a9d56 100644
--- a/test/test_qo_qc_interop.jl
+++ b/test/test_qo_qc_interop.jl
@@ -1,4 +1,4 @@
-@testitem "QunatumOptics QuantumClifford Interop" begin
+@testitem "QuantumOptics QuantumClifford Interop" begin
     using QuantumClifford: @S_str, random_stabilizer
     using QuantumOpticsBase
     using LinearAlgebra
@@ -27,4 +27,4 @@
         dotstab = abs(dot(lstab,rstab))
         @test (dotket<=1e-10 && dotstab==0) || dotket≈dotstab
     end
-end
\ No newline at end of file
+end