From 7a868d47d21959be1c1294bb7a262d0839406714 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Tue, 9 Aug 2022 09:01:11 +0200
Subject: [PATCH] Corrected typo: ws_extent -> ws_extend.

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index 07cc76c1e..a1b277204 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -114,7 +114,7 @@ maximum durations. A workspace can be extended multiple times, depending on the
 | `warm_archive`                       | 365            | 2          | `fs_warm_archive_ws`                                                     | Capacity filesystem based on spinning disks |
 {: summary="Settings for Workspace Filesystem."}
 
-Use the command `ws_extent` to extend your workspace:
+Use the command `ws_extend` to extend your workspace:
 
 ```console
 marie@login$ ws_extend -F scratch test-workspace 100
-- 
GitLab