From 208b96cacdcdd586c7c9fd6b8887683a7ee4aefb Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 19 Jan 2016 23:27:14 +0000
Subject: [PATCH] uhttpd: fix typo in default config for px5g

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48385
---
 package/network/services/uhttpd/files/uhttpd.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config
index 61f8a49b6f..059987c446 100644
--- a/package/network/services/uhttpd/files/uhttpd.config
+++ b/package/network/services/uhttpd/files/uhttpd.config
@@ -116,7 +116,7 @@ config cert px5g
 	# Location
 	option country		ZZ
 	option state		Somewhere
-	option location		Uknown
+	option location		Unknown
 
 	# Common name
 	option commonname	OpenWrt
-- 
GitLab