Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Apr 12, 2022
1 parent 647b860 commit ed2f714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Commands.h
Expand Up @@ -103,7 +103,7 @@ Cmd* enum (e.g. CmdOpen) and a human-readable name (not used yet).
V(CmdOptions, "Options...") \
V(CmdAdvancedOptions, "Advanced Options...") \
V(CmdChangeLanguage, "Change Language...") \
V(CmdCheckUpdate, "Check For Update") \
V(CmdCheckUpdate, "Check For Updates") \
V(CmdHelpOpenManualInBrowser, "Help: Manual") \
V(CmdHelpVisitWebsite, "Help: SumatraPDF Website") \
V(CmdHelpAbout, "Help: About SumatraPDF") \
Expand All @@ -112,14 +112,14 @@ Cmd* enum (e.g. CmdOpen) and a human-readable name (not used yet).
V(CmdFavoriteDel, "Favorites: Delete") \
V(CmdFavoriteToggle, "Favorites: Toggle") \
V(CmdDebugShowLinks, "Deubg: Show Links") \

This comment has been minimized.

Copy link
@GitHubRulesOK

GitHubRulesOK Apr 12, 2022

Collaborator

@kjk This should have been Debug: Show Links and following line was incorrectly changed

This comment has been minimized.

Copy link
@kjk

kjk Apr 12, 2022

Author Member

thanks, I haven't fully woken up, apparently.
fixed.

V(CmdDebugCrashMe, "Debug: Crash Me") \
V(CmdDebugCrashMe, "Debug:Crash Me") \
V(CmdDebugAnnotations, "Debug: Annotations") \
V(CmdDebugDownloadSymbols, "Debug: Download Symbols") \
V(CmdDebugTestApp, "Debug: Test App") \
V(CmdDebugShowNotif, "Debug: Show Notification") \
V(CmdCreateAnnotText, "Create Text Annotation") \
V(CmdCreateAnnotLink, "Create Link Annotation") \
V(CmdCreateAnnotFreeText, "Create Free Text Annotation") \
V(CmdCreateAnnotFreeText, "Create Free Text Annotation") \
V(CmdCreateAnnotLine, "Create Line Annotation") \
V(CmdCreateAnnotSquare, "Create Square Annotation") \
V(CmdCreateAnnotCircle, "Create Circle Annotation") \
Expand All @@ -142,7 +142,7 @@ Cmd* enum (e.g. CmdOpen) and a human-readable name (not used yet).
V(CmdToggleZoom, "Toggle Zoom") \
V(CmdRotateLeft, "Rotate left") \
V(CmdRotateRight, "Rotate right") \
V(CmdToggleFullscreen, "Toggle fullscreem") \
V(CmdToggleFullscreen, "Toggle fullscreen") \
V(CmdNavigateBack, "Navigate back") \
V(CmdNavigateForward, "Navigate forward") \
V(CmdShowCursorPosition, "Show cursor position") \
Expand Down

0 comments on commit ed2f714

Please sign in to comment.