mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: fix spelling error in hacking
* HACKING: STRCASEEQ is case insensitive. * docs/hacking.html.in: Likewise.
This commit is contained in:
committed by
Matthias Bolte
parent
5ec55b4ff0
commit
3fc974209a
@@ -256,7 +256,7 @@
|
||||
</pre>
|
||||
</li>
|
||||
|
||||
<li><p>For case sensitive equality:</p>
|
||||
<li><p>For case insensitive equality:</p>
|
||||
<pre>
|
||||
STRCASEEQ(a,b)
|
||||
STRCASENEQ(a,b)
|
||||
@@ -271,7 +271,7 @@
|
||||
</pre>
|
||||
</li>
|
||||
|
||||
<li><p>For case sensitive equality of a substring:</p>
|
||||
<li><p>For case insensitive equality of a substring:</p>
|
||||
|
||||
<pre>
|
||||
STRCASEEQLEN(a,b,n)
|
||||
|
||||
Reference in New Issue
Block a user