diff --git a/nodejs-electron.spec b/nodejs-electron.spec index dca219e..b54653f 100644 --- a/nodejs-electron.spec +++ b/nodejs-electron.spec @@ -174,10 +174,10 @@ BuildArch: i686 %bcond_with system_abseil %endif -# We always ship the following bundled libraries as part of Electron despite a system version being available in either OpenSUSE or Fedora: +# We always ship the following bundled libraries as part of Electron despite a system version being available in either openSUSE or Fedora: # Name | Path in tarball | Reason # -------------+-----------------------------------+--------------------------------------- -# boringssl | third_party/boringssl | The OpenSUSE package is unmaintained. +# boringssl | third_party/boringssl | The openSUSE package is unmaintained. # flatbuffers | third_party/flatbuffers | The static library is only used during build, only header code is present in the Chromium binary. # hunspell | third_party/hunspell/src | Fork. # leveldb | third_party/leveldatabase/src | Internal api use. @@ -186,7 +186,7 @@ BuildArch: i686 # sqlite | third_party/sqlite | Fork. # srtp / srtp2 | third_party/libsrtp | Api matches neither version 1 nor 2 of this library. # uv | third_party/electron_node/deps/uv | Heavily modified version which is exposed as part of Electron's public ABI. -# yuv | third_party/libyuv | Version in fedora (0-0.43.20201024git19d71f6) is too old. +# yuv | third_party/libyuv | Version in Fedora (0-0.43.20201024git19d71f6) is too old.