diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-23 16:38:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-23 16:38:47 +0000 |
commit | e5b4b6a757c66850b17495fc7a2496e02d190589 (patch) | |
tree | 9d42048abdc509429824dfef0788e6d12899954d /package/base-files/default | |
parent | 4f9190d1c8be654fa6e1de52a9539bcd93725531 (diff) | |
download | mtk-20170518-e5b4b6a757c66850b17495fc7a2496e02d190589.zip mtk-20170518-e5b4b6a757c66850b17495fc7a2496e02d190589.tar.gz mtk-20170518-e5b4b6a757c66850b17495fc7a2496e02d190589.tar.bz2 |
fix typo
SVN-Revision: 5270
Diffstat (limited to 'package/base-files/default')
-rwxr-xr-x | package/base-files/default/bin/uci | 2 | ||||
-rwxr-xr-x | package/base-files/default/lib/config/uci.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/default/bin/uci b/package/base-files/default/bin/uci index 7f43549..ea67c65 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 ccd6ee5..87b7dcb 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 |