Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sveinbjornt/Sloth
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Sep 19, 2023
2 parents 5f2f57a + ccc3e15 commit bb64d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Sloth is free, open source software and has been continuously developed and main
Sloth can also be installed via [Homebrew](https://brew.sh) (may not be the latest version):

```shell
$ brew install --cask sloth
brew install --cask sloth
```

Old versions supporting macOS 10.8 and earlier can be downloaded [here](https://sveinbjorn.org/files/software/sloth/).
Expand Down
2 changes: 1 addition & 1 deletion source/LsofTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ - (NSString *)run:(AuthorizationRef)authRef {
NSString *name = [f[@"name"] substringFromIndex:2];

// If we know which process owns the other end of the pipe/socket
// Needs to run with root privileges for succesful lookup of the
// Needs to run with root privileges for successful lookup of the
// endpoints of system process pipes/sockets such as syslogd.
if (devCharCodeMap[name]) {
NSArray *endPoints = devCharCodeMap[name];
Expand Down
2 changes: 1 addition & 1 deletion sparkle/Sparkle.framework/Versions/A/Headers/SUUpdater.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/*!
The main API in Sparkle for controlling the update mechanism.
This class is used to configure the update paramters as well as manually
This class is used to configure the update parameters as well as manually
and automatically schedule and control checks for updates.
*/
SU_EXPORT @interface SUUpdater : NSObject
Expand Down

0 comments on commit bb64d78

Please sign in to comment.