From 857fb4ececf9f93981b1c8f1faef6cc5096a700a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 6 Sep 2022 20:44:47 +0000 Subject: [PATCH] spelling --- artiq/coredevice/phaser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/phaser.py b/artiq/coredevice/phaser.py index 9db6e84b5..4b3741344 100644 --- a/artiq/coredevice/phaser.py +++ b/artiq/coredevice/phaser.py @@ -1437,7 +1437,7 @@ class Miqro: @kernel def set_window_mu(self, start, iq, rate=1, shift=0, order=3, head=1, tail=1): if start >= 1 << 10: - raise ValueError("start out of bouncs") + raise ValueError("start out of bounds") if len(iq) >= 1 << 10: raise ValueError("window length out of bounds") if rate < 1 or rate > 1 << 12: