diff options
author | Daniel Baumann <daniel@debian.org> | 2009-06-02 17:12:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | 7d60810d90d1a92a3161730ee0dd6082adc6c258 (patch) | |
tree | 73642d9e0725f3d9bd3afb5690b3fdeefb07afef /examples | |
parent | 6bb915f3b4e57b3a8a9612a7dcd4ce03af55828e (diff) | |
download | vyos-live-build-7d60810d90d1a92a3161730ee0dd6082adc6c258.tar.gz vyos-live-build-7d60810d90d1a92a3161730ee0dd6082adc6c258.zip |
Correcting spelling mistake in kde-no-pdf-drm example hook.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/kde-no-pdf-drm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hooks/kde-no-pdf-drm.sh b/examples/hooks/kde-no-pdf-drm.sh index 2eb3739c3..7d7c59b53 100755 --- a/examples/hooks/kde-no-pdf-drm.sh +++ b/examples/hooks/kde-no-pdf-drm.sh @@ -1,7 +1,7 @@ #!/bin/sh # This is a hook for live-helper(7) to configure KDEs PDF viewer to ignore -# manipulation restrcition on "DRM protect" PDF documents. +# manipulation restriction on "DRM protect" PDF documents. # # To enable it, copy or symlink this hook into your config/chroot_local-hooks # directory. |