aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-23 16:38:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-23 16:38:47 +0000
commit9112bae18f71144a8578dc84c99284e54c098f1f (patch)
treee969c8c4e574f0cd4e363912fcb28f4a51c6ccee /package/base-files
parent34f202b0eca8e359a673ed1c8ac793a941f4870b (diff)
downloadmaster-187ad058-9112bae18f71144a8578dc84c99284e54c098f1f.tar.gz
master-187ad058-9112bae18f71144a8578dc84c99284e54c098f1f.tar.bz2
master-187ad058-9112bae18f71144a8578dc84c99284e54c098f1f.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/bin/uci2
-rwxr-xr-xpackage/base-files/default/lib/config/uci.sh2
2 files changed, 2 insertions, 2 deletions
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