From 12847455d8466ff3add66301fd20621c499775fb Mon Sep 17 00:00:00 2001 From: James Forbes Date: Thu, 8 Jun 2023 07:59:28 -0400 Subject: [PATCH] Fixed spelling mistake in description --- examples/scherer_etal_ex7_H2_h2syn.py | 2 +- examples/scherer_etal_ex7_Hinf_hinfsyn.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/scherer_etal_ex7_H2_h2syn.py b/examples/scherer_etal_ex7_H2_h2syn.py index 0b47dd8a1..c1f276ab9 100644 --- a/examples/scherer_etal_ex7_H2_h2syn.py +++ b/examples/scherer_etal_ex7_H2_h2syn.py @@ -1,6 +1,6 @@ """H2 design using h2syn. -Demonstrate H2 desing for a SISO plant using h2syn. Based on [1], Ex. 7. +Demonstrate H2 design for a SISO plant using h2syn. Based on [1], Ex. 7. [1] Scherer, Gahinet, & Chilali, "Multiobjective Output-Feedback Control via LMI Optimization", IEEE Trans. Automatic Control, Vol. 42, No. 7, July 1997. diff --git a/examples/scherer_etal_ex7_Hinf_hinfsyn.py b/examples/scherer_etal_ex7_Hinf_hinfsyn.py index 973181154..bdbdba01f 100644 --- a/examples/scherer_etal_ex7_Hinf_hinfsyn.py +++ b/examples/scherer_etal_ex7_Hinf_hinfsyn.py @@ -1,6 +1,6 @@ """Hinf design using hinfsyn. -Demonstrate Hinf desing for a SISO plant using h2syn. Based on [1], Ex. 7. +Demonstrate Hinf design for a SISO plant using h2syn. Based on [1], Ex. 7. [1] Scherer, Gahinet, & Chilali, "Multiobjective Output-Feedback Control via LMI Optimization", IEEE Trans. Automatic Control, Vol. 42, No. 7, July 1997.