Skip to content

Commit

Permalink
Fix codespell errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Zaman <[email protected]>
  • Loading branch information
perfinion committed Dec 15, 2024
1 parent f6b4c6c commit ad3611f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion policy/modules/contrib/googletalk.te
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dev_write_sound(googletalk_plugin_t)
dev_write_video_dev(googletalk_plugin_t)

# It runs find in /etc to find any release file for knowing the distribution it
# runs on. Yes, great isnt it...
# runs on. Yes, great isn't it...
files_dontaudit_getattr_all_dirs(googletalk_plugin_t)
files_read_etc_files(googletalk_plugin_t)
files_read_usr_files(googletalk_plugin_t)
Expand Down
2 changes: 1 addition & 1 deletion policy/modules/contrib/rtorrent.te
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ policy_module(rtorrent, 1.0.0)
## <desc>
## <p>
## Allow rtorrent to use dht.
## The correspondig port must be rtorrent_udp_port_t.
## The corresponding port must be rtorrent_udp_port_t.
## </p>
## </desc>
gen_tunable(rtorrent_use_dht, true)
Expand Down
4 changes: 2 additions & 2 deletions policy/modules/contrib/salt.te
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ policy_module(salt, 1.0)

## <desc>
## <p>
## Determine wether the salt master can read NFS files
## Determine whether the salt master can read NFS files
## </p>
## </desc>
gen_tunable(salt_master_read_nfs, false)

## <desc>
## <p>
## Determine wether the salt minion can manage NFS files
## Determine whether the salt minion can manage NFS files
## </p>
## </desc>
gen_tunable(salt_minion_manage_nfs, false)
Expand Down
2 changes: 1 addition & 1 deletion policy/modules/system/sysnetwork.if
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ interface(`sysnet_use_portmap',`
########################################
## <summary>
## Make the specified program domain
## accessable from the DHCP hooks/scripts.
## accessible from the DHCP hooks/scripts.
## </summary>
## <param name="domain">
## <summary>
Expand Down

0 comments on commit ad3611f

Please sign in to comment.