* [PATCH pve-manager 0/1] Fix typo in comment
@ 2026-04-22 9:36 Erik Fastermann
2026-04-22 9:36 ` [PATCH pve-manager 1/1] ui: fix " Erik Fastermann
0 siblings, 1 reply; 3+ messages in thread
From: Erik Fastermann @ 2026-04-22 9:36 UTC (permalink / raw)
To: pve-devel; +Cc: Erik Fastermann
Erik Fastermann (1):
ui: fix typo in comment
www/manager6/dc/PCIMapView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.47.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH pve-manager 1/1] ui: fix typo in comment
2026-04-22 9:36 [PATCH pve-manager 0/1] Fix typo in comment Erik Fastermann
@ 2026-04-22 9:36 ` Erik Fastermann
2026-04-27 13:44 ` Fiona Ebner
0 siblings, 1 reply; 3+ messages in thread
From: Erik Fastermann @ 2026-04-22 9:36 UTC (permalink / raw)
To: pve-devel; +Cc: Erik Fastermann
Signed-off-by: Erik Fastermann <e.fastermann@proxmox.com>
---
www/manager6/dc/PCIMapView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/dc/PCIMapView.js b/www/manager6/dc/PCIMapView.js
index 6ea23a45..969ad2ea 100644
--- a/www/manager6/dc/PCIMapView.js
+++ b/www/manager6/dc/PCIMapView.js
@@ -20,7 +20,7 @@ Ext.define('PVE.dc.PCIMapView', {
data.forEach((entry) => {
ids[entry.id] = entry;
});
- // extract the mdev property from the global entry and insert to the individiual entries,
+ // extract the mdev property from the global entry and insert to the individual entries,
// so we can reuse the normal checking logic
let mdev;
me.getRootNode()?.cascade(function (rec) {
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH pve-manager 1/1] ui: fix typo in comment
2026-04-22 9:36 ` [PATCH pve-manager 1/1] ui: fix " Erik Fastermann
@ 2026-04-27 13:44 ` Fiona Ebner
0 siblings, 0 replies; 3+ messages in thread
From: Fiona Ebner @ 2026-04-27 13:44 UTC (permalink / raw)
To: Erik Fastermann, pve-devel
The commit title could include a second prefix like 'pci map:' then it's
clearer where the typo was fixed.
Note that it's preferred to avoid sending a cover letter when it's only
a stand-alone patch. In rare cases, it can be fine, if the cover letter
includes additional information that cannot easily be included in the
patch itself (e.g. long test output), but most often such extra
information can also be added below the three dashes if it should not
land in git history.
Am 24.04.26 um 9:24 AM schrieb Erik Fastermann:
> Signed-off-by: Erik Fastermann <e.fastermann@proxmox.com>
> ---
> www/manager6/dc/PCIMapView.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/manager6/dc/PCIMapView.js b/www/manager6/dc/PCIMapView.js
> index 6ea23a45..969ad2ea 100644
> --- a/www/manager6/dc/PCIMapView.js
> +++ b/www/manager6/dc/PCIMapView.js
> @@ -20,7 +20,7 @@ Ext.define('PVE.dc.PCIMapView', {
> data.forEach((entry) => {
> ids[entry.id] = entry;
> });
> - // extract the mdev property from the global entry and insert to the individiual entries,
> + // extract the mdev property from the global entry and insert to the individual entries,
Pre-existing, but the sentence still sounds a bit off to me. Maybe we
can use "and add it to the..." or "and set it for the..." instead?
> // so we can reuse the normal checking logic
> let mdev;
> me.getRootNode()?.cascade(function (rec) {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-27 13:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 9:36 [PATCH pve-manager 0/1] Fix typo in comment Erik Fastermann
2026-04-22 9:36 ` [PATCH pve-manager 1/1] ui: fix " Erik Fastermann
2026-04-27 13:44 ` Fiona Ebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.