Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
Signed-off-by: geekvest <[email protected]>
  • Loading branch information
geekvest committed Sep 13, 2023
1 parent ac6304a commit 671ccdb
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 671ccdb

Please sign in to comment.