<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/56787>56787</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp has a typo in the serialized object names
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          GabrielRavier
      </td>
    </tr>
</table>

<pre>
    ```cpp
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-  serializeObject(Obj, "kind", serializeSymbolKind(Record, API.getLanguage()));
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-  serializeObject(Obj, "names", serializeNames(Record));
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-  serializeObject(
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-      Obj, "location",
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-      serializeSourceLocation(Record.Location, /*IncludeFileURI=*/true));
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp:  serializeObject(Obj, "availbility",
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-                  serializeAvailability(Record.Availability));
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-  serializeObject(Obj, "docComment", serializeDocComment(Record.Comment));
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-  serializeArray(Obj, "declarationFragments",
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-                 serializeDeclarationFragments(Record.Declaration));
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp-  // TODO: Once we keep track of symbol access information serialize it
```

Seems like it should be "availability" and not "availbility" to me but I'd rather make it a new issue instead of putting it in my previous issue on the subject of typos (https://github.com/llvm/llvm-project/issues/56747) because this would directly change what Clang outputs on what I would assume is a visible API and I'd just like to check if correcting the typo like that is fine.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy9Vdtu2zAM_Rr7hWjgKHEuD35Im6UoVqxDt32ALDO2GtkydEmXff0oO07abtjLmhqGbZH04eEhBeW6OGTRLOlv0bZRso6SlVC8KSO2UTKn56efznDhVl_vaPENjeRK_uJO6iasD3Wu1a3hbTW40IwI6QrADoaH_AmFi9iCPiJ2AxFjO9kU9AqrU1iP9bnzLB5RaFMEPyUelejuiZPnJZIvYsvjPbn-MMYNr9G-pfylN57Yfgypd4UP17lKpcXxp1Douyc691p7I_D-lO2o4OhsCXQ2EVvdNUL5AjdS4Y_Hu2iyJht5nPF4Ab2jyerfY8D3XKpcKukOF9Lo5XVisgpp-ZB3UOu19aN3RKHFja5rbNzbbbF-4Rm4ngwXpbkyhh9es0TKYTqQjeFl4GAv37mzFH9NP4jywnsZYbo9tIHvD-uHMNoPjUB4RtghthAgd6C3YDsA4EKgtSCbrTZ1B34uA6TreZ1Oi-Oye35DrC0ouQtxYCvtVQE5nvbLaUQZ8KaARrs_txI4DTVC7h1QkfMCSJYKDdS8R-XQ4DNIaz0tG-uQF4F7652TTRkiZAP1AVqDe6m9PYZSEQQD1nfzG_5wh1Zbyr-onGstqdJrVEpX-XwkdB1UV_vhddUa3Y_-pkOk7m3S2Xw6p25RjYJ7i5RCWnjuyi6koWh1AFFRB0ntiju4Cd0E7R3RtYFTZ707_sIJl0onCA57aWWuMJx6nVa9Fk_eul5fUklUSH2TW6ARCrlC-aHGUNgxKKAT3FY2OIoxG8_SZTKZpUkaF9mkWE6WPHbSKczeY8yg4oF5l14e5R4CqEe98N3xGXujsv-SfTGPqywvBGNCiGUxmSZiPs35crzdim3C-TbBBcY0cKhsFqXXUbqOZcYSxpI5W4yXbMGmI7GYMDbP0zQdjznDWTRNsKZZHIXEI23K2GQdh9yXlpxKWmfPTmqXLBvEAZ97V2mT3fLcSFSPfC_RxB3prGP8G8EdI7A">