From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 23 Oct 2006 16:38:47 +0000 (+0000)
Subject: fix typo
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e5b4b6a757c66850b17495fc7a2496e02d190589;p=openwrt%2Fstaging%2Fansuel.git

fix typo

SVN-Revision: 5270
---

diff --git a/package/base-files/default/bin/uci b/package/base-files/default/bin/uci
index 7f43549471..ea67c6513f 100755
--- a/package/base-files/default/bin/uci
+++ b/package/base-files/default/bin/uci
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Shell script for interacting with config files
 #
-# Copyright (C) 2006 by Fokus Fraunhofer <carsten.tittel@fokus.fraumhofer.de>
+# Copyright (C) 2006 by Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de>
 # Copyright (C) 2006 by Felix Fietkau <nbd@openwrt.org>
 #
 # This program is free software; you can redistribute it and/or modify
diff --git a/package/base-files/default/lib/config/uci.sh b/package/base-files/default/lib/config/uci.sh
index ccd6ee57ba..87b7dcb130 100755
--- a/package/base-files/default/lib/config/uci.sh
+++ b/package/base-files/default/lib/config/uci.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Shell script defining macros for manipulating config files
 #
-# Copyright (C) 2006 by Fokus Fraunhofer <carsten.tittel@fokus.fraumhofer.de>
+# Copyright (C) 2006 by Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de>
 # Copyright (C) 2006 by Felix Fietkau <nbd@openwrt.org>
 #
 # This program is free software; you can redistribute it and/or modify