diff options
author | Daniel Baumann <daniel@debian.org> | 2009-06-02 17:13:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | a4911c8387388b4ffce8b536a327de61796b29fa (patch) | |
tree | 16c9b9101fcded7985e9fa25f15fe94ab361bd54 /examples | |
parent | 7d60810d90d1a92a3161730ee0dd6082adc6c258 (diff) | |
download | vyos-live-build-a4911c8387388b4ffce8b536a327de61796b29fa.tar.gz vyos-live-build-a4911c8387388b4ffce8b536a327de61796b29fa.zip |
Correcting another 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 7d7c59b53..6df0490de 100755 --- a/examples/hooks/kde-no-pdf-drm.sh +++ b/examples/hooks/kde-no-pdf-drm.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This is a hook for live-helper(7) to configure KDEs PDF viewer to ignore +# This is a hook for live-helper(7) to configure KDE's PDF viewer to ignore # manipulation restriction on "DRM protect" PDF documents. # # To enable it, copy or symlink this hook into your config/chroot_local-hooks |