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/bin | |
parent | 4f9190d1c8be654fa6e1de52a9539bcd93725531 (diff) | |
download | upstream-e5b4b6a757c66850b17495fc7a2496e02d190589.tar.gz upstream-e5b4b6a757c66850b17495fc7a2496e02d190589.tar.bz2 upstream-e5b4b6a757c66850b17495fc7a2496e02d190589.zip |
fix typo
SVN-Revision: 5270
Diffstat (limited to 'package/base-files/default/bin')
-rwxr-xr-x | package/base-files/default/bin/uci | 2 |
1 files changed, 1 insertions, 1 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 |