From b7857c9a340a674508758105ae18c00a4ecd881d Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 12 Dec 2001 02:21:57 +0000 Subject: [PATCH] frang cant spell vertical --- panda/src/chancfg/chancfg.cxx | 4 ++-- panda/src/chancfg/layout_db | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/panda/src/chancfg/chancfg.cxx b/panda/src/chancfg/chancfg.cxx index 0e5b93b3bf..31d309947c 100644 --- a/panda/src/chancfg/chancfg.cxx +++ b/panda/src/chancfg/chancfg.cxx @@ -366,13 +366,13 @@ ChanConfig::ChanConfig(GraphicsPipe* pipe, std::string cfg, Node *render, sizeX = W.getSizeX(); sizeY = W.getSizeY(); } else { - // verticle size is defined, compute horizontal keeping the aspect from + // vertical size is defined, compute horizontal keeping the aspect from // the default sizeX = (W.getSizeX() * sizeY) / W.getSizeY(); } } if (sizeY < 0) { - // horizontal size is defined, compute verticle keeping the aspect from the + // horizontal size is defined, compute vertical keeping the aspect from the // default sizeY = (W.getSizeY() * sizeX) / W.getSizeX(); } diff --git a/panda/src/chancfg/layout_db b/panda/src/chancfg/layout_db index 27f832544f..285afcd7ce 100644 --- a/panda/src/chancfg/layout_db +++ b/panda/src/chancfg/layout_db @@ -27,7 +27,7 @@ ;;; * There may be an arbitrary number of region specs, though regions are ;;; not allowed to overlap. If they do, this will be detected and an ;;; error will be thrown. -;;; * 'm' is horizontal, 'n' is verticle +;;; * 'm' is horizontal, 'n' is vertical ;;; ;;; The format for a region spec is: ;;; m x n lower @@ -37,7 +37,7 @@ ;;; * 'Lower left' is the cell index of the lower left corner of the region. ;;; * Cell indexes are 0-based, and start in the lower left corner of the ;;; parent region/window. -;;; * 'm' is horizontal, 'n' is verticle +;;; * 'm' is horizontal, 'n' is vertical ;;;. ;;;*Public