Skip to content

Commit d1c06a9

Browse files
tomhukinstorkelo
authored andcommitted
Fix a typo (grafana#5306)
1 parent eed0d9c commit d1c06a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/defaults.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ facility =
293293
# Syslog tag. By default, the process' argv[0] is used.
294294
tag =
295295

296-
#################################### AMPQ Event Publisher ##########################
296+
#################################### AMQP Event Publisher ##########################
297297
[event_publisher]
298298
enabled = false
299299
rabbitmq_url = amqp://localhost/

conf/sample.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ check_for_updates = true
261261
# Expired days of log file(delete after max days), default is 7
262262
;max_days = 7
263263

264-
#################################### AMPQ Event Publisher ##########################
264+
#################################### AMQP Event Publisher ##########################
265265
[event_publisher]
266266
;enabled = false
267267
;rabbitmq_url = amqp://localhost/

0 commit comments

Comments
 (0)