From 36f70cad486406e3dbbbe00d257c5fb13b58a33f Mon Sep 17 00:00:00 2001 From: Jordyn Carattini Date: Sun, 1 Jan 2017 17:47:07 -0600 Subject: [PATCH 1/2] Fixed a spelling error in conf.ini Changed "Mibibytes" to "Megabytes" --- cfg/conf.ini.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/conf.ini.sample b/cfg/conf.ini.sample index 11d20166..d6c56c3c 100644 --- a/cfg/conf.ini.sample +++ b/cfg/conf.ini.sample @@ -28,7 +28,7 @@ defaultformatter = "plaintext" ; (optional) set a syntax highlighting theme, as found in css/prettify/ ; syntaxhighlightingtheme = "sons-of-obsidian" -; size limit per paste or comment in bytes, defaults to 2 Mibibytes +; size limit per paste or comment in bytes, defaults to 2 Megabytes sizelimit = 2097152 ; template to include, default is "bootstrap" (tpl/bootstrap.html) From f5aefa55135ad1d02a2dae7c6a0d6648d0532841 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 7 Jan 2017 20:35:23 +0100 Subject: [PATCH 2/2] Update for correct spelling --- cfg/conf.ini.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/conf.ini.sample b/cfg/conf.ini.sample index d6c56c3c..eec2bd32 100644 --- a/cfg/conf.ini.sample +++ b/cfg/conf.ini.sample @@ -28,7 +28,7 @@ defaultformatter = "plaintext" ; (optional) set a syntax highlighting theme, as found in css/prettify/ ; syntaxhighlightingtheme = "sons-of-obsidian" -; size limit per paste or comment in bytes, defaults to 2 Megabytes +; size limit per paste or comment in bytes, defaults to 2 Mebibytes sizelimit = 2097152 ; template to include, default is "bootstrap" (tpl/bootstrap.html)