diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:49:49 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:30:03 -0700 |
commit | c284dffcbe0278b58d27e4faeea721380df53754 (patch) | |
tree | 085f06462007d79307aec24a0f23eb208d37ce00 /gnu/packages/xorg.scm | |
parent | 168d5634a684b357185a8bc9c3feaf4a6dd5b99b (diff) | |
download | patches-c284dffcbe0278b58d27e4faeea721380df53754.tar patches-c284dffcbe0278b58d27e4faeea721380df53754.tar.gz |
gnu: renderproto: Fix typo "protocol".
* gnu/packages/xorg (renderproto)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a70bb4af0f..9067e0fab4 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1724,7 +1724,7 @@ of user actions in the X Window System.") (home-page "https://www.x.org/wiki/") (synopsis "Xorg RenderProto protocol headers") (description - "Rendering Extension defines a protcol for a digital image composition + "Rendering Extension defines a protocol for a digital image composition as the foundation of a new rendering model within the X Window System.") (license license:x11) (properties `((superseded . ,xorgproto))))) |