X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=b73f32ad0e758780a7f6f0eac43ba159c25f4282;hp=fee1edd0c13858202af3563cdeae9d0441b47895;hb=27dad9301094f25bcedc66c476ec8b9d61521fb7;hpb=d82b4dae25a2acf8e6b0f02a111a59d1d11c93f7 diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index fee1edd..b73f32a 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -269,7 +269,7 @@ you identify the ones in conflict, and resolve them. To be able to generate a linear @ISA, the list of superclasses for each class must be resolvable using the C3 algorithm. Unfortunately, when superclasses are being used as mixins (to add functionality used in your class), -and with multiple inheritence, it is easy to get this wrong. +and with multiple inheritance, it is easy to get this wrong. Most common is the case of: