File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ typedef struct MeterClass_ {
7878
7979 /* Specifies how the meter is rendered in bar or graph mode:
8080 true: a percent bar or graph with 'total' representing 100% or maximum.
81- false: the meter has no definite maximum; 'total' repesents initial
82- maximum value while actual maximum is updated automatically. */
81+ false: the meter has no definite maximum; 'total' represents initial
82+ maximum value while actual maximum is updated automatically. */
8383 const bool isPercentChart ;
8484} MeterClass ;
8585
Original file line number Diff line number Diff line change @@ -1029,7 +1029,7 @@ if test "$enable_unwind" != no; then
10291029 CFLAGS="$AM_CFLAGS $LIBUNWIND_CFLAGS $CFLAGS"
10301030 LIBS="$LIBUNWIND_LIBS $LIBS"
10311031
1032- # unw_init_local() is a macro in HP's implemention of libunwind
1032+ # unw_init_local() is a macro in HP's implementation of libunwind
10331033 # (the most popular one, Mosberger et al.)
10341034 AC_MSG_CHECKING ( [ whether $LIBUNWIND_LIBS supports local unwinding] )
10351035 AC_LINK_IFELSE (
You can’t perform that action at this time.
0 commit comments