diff mbox series

[pushed] wwwdocs: codingrationale: Fix spelling

Message ID 20240619062049.C86DF33E62@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: codingrationale: Fix spelling | expand

Commit Message

Gerald Pfeifer June 19, 2024, 6:20 a.m. UTC
Pushed.

Gerald
---
 htdocs/codingrationale.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index c51c9da4..5e3d6b88 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -18,7 +18,7 @@ 
 
 <p>
 Inlining functions has a potential cost in object size,
-working set size, compile time, and debuggablity.
+working set size, compile time, and debugability.
 These costs should not be borne without some evidence
 that the inlining pays for itself.
 </p>