Skip to content

Commit 042fa11

Browse files
ricdevzlucasdemarchi
authored andcommitted
cfg: Fix typos
1 parent ce241dd commit 042fa11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ TYPEDEF_HIDES_STRUCT = NO
281281
# causing a significant performance penality.
282282
# If the system has enough physical memory increasing the cache will improve the
283283
# performance by keeping more symbols in memory. Note that the value works on
284-
# a logarithmic scale so increasing the size by one will rougly double the
284+
# a logarithmic scale so increasing the size by one will roughly double the
285285
# memory usage. The cache size is given by this formula:
286286
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
287287
# corresponding to a cache size of 2^16 = 65536 symbols

uncrustify_cpp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ cmt_insert_func_header = "" # string
13521352
# Will substitute $(class) with the class name.
13531353
cmt_insert_class_header = "" # string
13541354

1355-
# The filename that contains text to insert before a Obj-C message specification if the method isn't preceeded with a C/C++ comment.
1355+
# The filename that contains text to insert before a Obj-C message specification if the method isn't preceded with a C/C++ comment.
13561356
# Will substitute $(message) with the function name and $(javaparam) with the javadoc @param and @return stuff.
13571357
cmt_insert_oc_msg_header = "" # string
13581358

uncrustify_headers.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ cmt_insert_func_header = "" # string
13521352
# Will substitute $(class) with the class name.
13531353
cmt_insert_class_header = "" # string
13541354

1355-
# The filename that contains text to insert before a Obj-C message specification if the method isn't preceeded with a C/C++ comment.
1355+
# The filename that contains text to insert before a Obj-C message specification if the method isn't preceded with a C/C++ comment.
13561356
# Will substitute $(message) with the function name and $(javaparam) with the javadoc @param and @return stuff.
13571357
cmt_insert_oc_msg_header = "" # string
13581358

0 commit comments

Comments
 (0)