Skip to content

Commit

Permalink
Merge pull request #29 from geekvest/master
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
sveinbjornt authored Sep 13, 2023
2 parents ac6304a + 671ccdb commit ccc3e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 ccc3e15

Please sign in to comment.