File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ git commit --amend
86
86
and realize before you make additional commits that there is an error
87
87
in the commit, use the above command.
88
88
What this command does is squash the effects of your present
89
- commit (which revises the bad commit) and the prior bad commit
89
+ commit (which revises the bad commit) and the prior bad commit
90
90
together, i.e., it replaces the old bad commit
91
91
by the combined bad commit and fix for that bad commit. This approach minimizes
92
92
errors in the commits that will eventually be merged to master (see
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if(ENABLE_wxwidgets)
110
110
)
111
111
endif (BUILD_SHARED_LIBS )
112
112
target_link_libraries (wxPLplotDemo PLPLOT::plplotwxwidgets PLPLOT::plplotcxx ${wxwidgets_LINK_FLAGS} ${MATH_LIB} )
113
-
113
+
114
114
endif (BUILD_TEST )
115
115
# Transform wxwidgets_LINK_FLAGS from list of libraries to the standard pkg-config form
116
116
# for use in configuring Makefile.examples.
You can’t perform that action at this time.
0 commit comments