From dc5d4fec779b2d8e5a94d3b597ea439220b60134 Mon Sep 17 00:00:00 2001
From: Simon Tate <simon.tate@bt.com>
Date: Mon, 11 Sep 2023 13:31:45 +0000
Subject: [PATCH] Fix applicable typo

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5c030aced..9573d9232 100644
--- a/README.md
+++ b/README.md
@@ -319,7 +319,7 @@ interface section for it.
 
 Fronthaul interfaces are `ap` sections with `type 'fronthaul'` set.
 
-Applicble options: `ssid`, `key`, `encryption`, `vid`, `enabled`.
+Applicable options: `ssid`, `key`, `encryption`, `vid`, `enabled`.
 
 ```
 config ap
@@ -338,7 +338,7 @@ config ap
 
 Backhaul interfaces are `ap` sections with `type 'backhaul'` set.
 
-Applicble options: `ssid`, `key`, `encryption`, `vid`, `enabled` and
+Applicable options: `ssid`, `key`, `encryption`, `vid`, `enabled` and
 `disallow_bsta`.
 
 ```
@@ -361,7 +361,7 @@ config ap
 Combined fronthaul/backhaul interfaces are `ap` sections with
 `type 'combined'` set.
 
-Applicble options: `ssid`, `key`, `encryption`, `vid`, `enabled` and
+Applicable options: `ssid`, `key`, `encryption`, `vid`, `enabled` and
 `disallow_bsta`.
 
 
-- 
GitLab