Skip to content

Commit bafba6d

Browse files
authored
Merge pull request #1831 from oxyzenQ/main
fix: correct typos in docs and build comment
2 parents 33fa6e0 + 382d9f5 commit bafba6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Meter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)