mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
Fix typo in @{text_edirors} (#338)
* Fix typo in multiarch.d/programs * Fix typo in multirach.d/paths * Fix typo in abstractions/app-open
This commit is contained in:
parent
94d9570230
commit
adccd0066a
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
@{file_explorers_path} rPx,
|
||||
@{image_viewers_path} rPUx,
|
||||
@{offices_path} rPUx,
|
||||
@{text_edirors_path} rPUx,
|
||||
@{text_editors_path} rPUx,
|
||||
|
||||
# Others
|
||||
@{bin}/blueman-tray rPx,
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
@{file_explorers_path} = @{bin}/@{file_explorers}
|
||||
|
||||
# Text editors
|
||||
@{text_edirors_path} = @{bin}/@{text_edirors} /usr/share/code/{bin/,}code
|
||||
@{text_editors_path} = @{bin}/@{text_editors} /usr/share/code/{bin/,}code
|
||||
|
||||
# Document viewers
|
||||
@{document_viewers_path} = @{bin}/@{document_viewers}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
@{file_explorers} = dolphin nautilus thunar
|
||||
|
||||
# Text editors
|
||||
@{text_edirors} = code gedit mousepad gnome-text-editor
|
||||
@{text_editors} = code gedit mousepad gnome-text-editor
|
||||
|
||||
# Document viewers
|
||||
@{document_viewers} = evince okular *{F,f}oliate YACReader
|
||||
|
|
Loading…
Reference in a new issue