diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-23 16:38:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-23 16:38:47 +0000 |
commit | c7c173fcd907ff1b0524625f47a64922f4328e98 (patch) | |
tree | e969c8c4e574f0cd4e363912fcb28f4a51c6ccee /package/base-files/default/lib | |
parent | 641016ec3d0d6c0deeec1feaf5624e9e7100ef49 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/lib')
-rwxr-xr-x | package/base-files/default/lib/config/uci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |