From 4f863f37674a316474d015d5b49d5c757a36cff3 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 17 Mar 2026 12:51:36 +0800 Subject: [PATCH] Fix typo --- gns3server/compute/dynamips/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gns3server/compute/dynamips/__init__.py b/gns3server/compute/dynamips/__init__.py index c9fa71483..3d620b6a2 100644 --- a/gns3server/compute/dynamips/__init__.py +++ b/gns3server/compute/dynamips/__init__.py @@ -645,7 +645,7 @@ class Dynamips(BaseManager): return await super().duplicate_node(source_node_id, destination_node_id) if hasattr(source_node, "status") and source_node.status != "stopped": - raise DynamipsError("Cannot duplicate router data while the route is running") + raise DynamipsError("Cannot duplicate router data while the router is running") try: with open(source_node.startup_config_path) as f: